{"product_id":"nobi-nobi-horror-gdr","title":"Nobi Nobi - Horror GDR","description":"\u003c!-- 🕯️ NOBI NOBI HORROR – ATMOSFERA DARK JAPANESE --\u003e\n\u003csection class=\"nobinobi-horror\"\u003e\u003cheader class=\"horror-header\"\u003e\n\u003ch2\u003e Nobi Nobi Horror 🕯️ A light RPG... where laughter dies of terror\u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"horror-body\"\u003e\n\n\u003cp\u003e After the fantasy atmosphere of the first game, \u003cstrong\u003eNobi Nobi\u003c\/strong\u003e returns in a completely new—and decidedly more disturbing—look. \u003cstrong\u003eNobi Nobi: Horror\u003c\/strong\u003e is a \u003cstrong\u003epocket-sized role-playing game\u003c\/strong\u003e that turns every session into a little scary story, perfect for impromptu groups or light evenings with guaranteed thrills. Published by \u003cstrong\u003eStudio Supernova\u003c\/strong\u003e and designed by \u003cstrong\u003eTakashi Konno\u003c\/strong\u003e , it brings the charm of Japanese RPGs to the world of \u003cstrong\u003epsychological horror\u003c\/strong\u003e .\u003c\/p\u003e\n\n \u003cp\u003eBefore the game begins, a \u003cstrong\u003ePrologue card\u003c\/strong\u003e is drawn, which explains how the characters meet and sets the tone for the adventure. From there, the classic \u003cstrong\u003eNobi Nobi\u003c\/strong\u003e cycle proceeds: draw Scene cards, improvise, act out, and explore the mystery. The skull icons on the cards indicate events compatible with other titles in the series, making the stories \u003cstrong\u003eexpandable and interconnected\u003c\/strong\u003e .\u003c\/p\u003e\n\n\u003ch3\u003e 💀 Why Nobi Nobi Horror wins over even the most skeptical\u003c\/h3\u003e\n\n\u003cdiv class=\"horror-grid\"\u003e\n\n\u003cdiv class=\"horror-card red\"\u003e 🧩 \u003cstrong\u003eMinimalist RPG\u003c\/strong\u003e\u003cbr\u003e Immediate, without a master's degree and without preparation.\u003c\/div\u003e\n\n\u003cdiv class=\"horror-card dark\"\u003e 🃏 \u003cstrong\u003eRandom scenes\u003c\/strong\u003e\u003cbr\u003e Every match is a different story, full of twists and turns.\u003c\/div\u003e\n\n\u003cdiv class=\"horror-card grey\"\u003e 🧛 \u003cstrong\u003eElegant atmosphere\u003c\/strong\u003e\u003cbr\u003e Subtle fear, never splatter — pure psychological tension.\u003c\/div\u003e\n\n\u003cdiv class=\"horror-card blood\"\u003e 👥 \u003cstrong\u003eAlso playable solo\u003c\/strong\u003e\u003cbr\u003e Short narrative sessions and thrilling introspection.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n \u003cp\u003e\u003cstrong\u003eNobi Nobi Horror\u003c\/strong\u003e proves that all it takes is a few cards and a little imagination to create an unforgettable story. Fear doesn't come from the darkness... but from what's being told at the table.\u003c\/p\u003e\n\n\u003cp class=\"horror-quote\"\u003e \u003cem\u003eGet ready to roll the dice of fate... and hope it's not cursed. 👁️\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🕯️ NOBI NOBI HORROR – STILE DARK JAPANESE *\/\n.nobinobi-horror {\n  background: radial-gradient(circle at 40% 30%, #1b1b1b 0%, #0c0c0c 100%);\n  border-radius: 26px;\n  padding: 3rem 2.4rem;\n  margin: 2rem auto;\n  max-width: 1100px;\n  position: relative;\n  overflow: hidden;\n  color: #e3e3e3;\n  font-family: \"Inter\", sans-serif;\n  line-height: 1.8;\n  box-shadow: 0 0 40px rgba(0,0,0,0.6);\n}\n\n\/* Effetto bagliore rosso pulsante *\/\n.nobinobi-horror::before {\n  content: \"\";\n  position: absolute;\n  top: -100px;\n  right: -80px;\n  width: 400px;\n  height: 400px;\n  background: radial-gradient(circle, rgba(255,60,60,0.18), transparent 70%);\n  border-radius: 50%;\n  filter: blur(90px);\n  animation: flicker 5s ease-in-out infinite alternate;\n}\n@keyframes flicker {\n  0% {opacity: 0.3; transform: scale(1);}\n  100% {opacity: 0.6; transform: scale(1.2);}\n}\n\n\/* Titolo *\/\n.horror-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  color: #ff4a4a;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1rem;\n  text-shadow: 0 0 10px rgba(255,50,50,0.4);\n}\n\n\/* Corpo *\/\n.horror-body p {\n  font-size: 1.05rem;\n  margin-bottom: 1.4rem;\n  text-align: justify;\n}\n.horror-body strong { color: #ff6969; }\n\n\/* Sottotitolo sezione *\/\n.horror-body h3 {\n  text-align: center;\n  font-family: \"Bungee\", sans-serif;\n  color: #ff3333;\n  margin-top: 2.5rem;\n  margin-bottom: 1.5rem;\n  font-size: 1.5rem;\n  letter-spacing: 0.5px;\n}\n\n\/* Griglia card *\/\n.horror-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));\n  gap: 1rem;\n  margin-bottom: 2.2rem;\n}\n\n.horror-card {\n  border-radius: 14px;\n  padding: 1.3rem 1.4rem;\n  font-size: 0.96rem;\n  color: #f0f0f0;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.3);\n  border-left: 5px solid #ff4a4a;\n  transition: all 0.35s ease;\n  position: relative;\n  background: rgba(30,30,30,0.8);\n}\n.horror-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 0 30px rgba(255,60,60,0.25);\n}\n\n\/* Varianti *\/\n.red {border-color: #ff3333;}\n.dark {border-color: #d63384;}\n.grey {border-color: #999;}\n.blood {border-color: #ff5252;}\n\n\/* Citazione *\/\n.horror-quote {\n  text-align: center;\n  background: rgba(40,40,40,0.9);\n  border: 1px solid rgba(255,70,70,0.25);\n  border-radius: 18px;\n  padding: 1.2rem 1.6rem;\n  color: #f5f5f5;\n  font-style: italic;\n  font-size: 1.05rem;\n  margin-top: 2.8rem;\n  box-shadow: 0 0 15px rgba(255,0,0,0.15);\n  transition: 0.6s ease;\n}\n.horror-quote:hover {\n  background: rgba(60,0,0,0.85);\n  color: #fff;\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .nobinobi-horror {padding: 2.2rem 1.2rem;}\n  .horror-header h2 {font-size: 1.5rem;}\n  .horror-body h3 {font-size: 1.25rem;}\n}\n\u003c\/style\u003e","brand":"Studio Supernova","offers":[{"title":"Default Title","offer_id":52743430111559,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Nobi_Nobi_-_Horror_GDR_00.png?v=1762956357","url":"https:\/\/frogames.business\/en\/products\/nobi-nobi-horror-gdr","provider":"FroGames","version":"1.0","type":"link"}