Addio Stranger Things? Netflix ha già annunciato ufficialmente la sua sostituta, “Tales from 85”, ed è sorprendente.
Grande cambiamento nel catalogo: Netflix annuncia il successore ancor prima dell’ ultima stagione di Stranger Things.
La nuova serie si chiama Tales from 85 e arriverà il 26 novembre, per non lasciare una sola sera d’inverno senza mostri d’epoca.
Una data sorprendente, un cast ancora segreto e un senso di urgenza per tenere gli appassionati di maratona a portata di clic.
Tales from 85: il successore calibrato per emozioni nostalgiche
Presentato ufficialmente come un’antologia, ogni episodio approfondirà una diversa leggenda metropolitana, sempre radicata nel 1985.
Formato breve, grana simulata e una colonna sonora sintetizzata: le specifiche evocano sale giochi fumose e Walkman incollati alle orecchie. Netflix promette “una dose settimanale di brividi zuccherini”, proprio mentre Stranger Things
si ritira due giorni prima. Un salto strategico, non solo uno spin-off
Netflix lo ammette a malincuore: Tales from 85 non è uno spin-off diretto, ma la serie adotta il DNA “ragazzi contro l’ignoto” che ha reso Hawkins un successo.
L’obiettivo dichiarato: conquistare il pubblico di adolescenti/giovani adulti che altrimenti potrebbe migrare su Prime Video dopo la fine della serie Eleven.
I primi report interni suggeriscono già un budget equivalente alla prima stagione di Stranger Things, a dimostrazione del fatto che puntano in alto fin dall’inizio.
I fratelli Duffer se ne vanno… gentilmente
La sorpresa è duplice: mentre la nuova serie è in fase di sviluppo, Matt e Ross Duffer confermano i loro colloqui preliminari con la Paramount.
Secondo The Hollywood Reporter, la prospettiva di lavorare finalmente al cinema avrebbe pesato molto sulla loro decisione.
Prima di fare le valigie, la loro società, Upside Down, deve ancora consegnare The Boroughs e Something Very Bad is Going to Happen. Una partenza che cambia la gerarchia dello streaming? Stranger Things sarà sopravvissuto nove anni sullo schermo, un’impresa rara per una produzione originale della piattaforma rossa. Vedere i suoi creatori abbandonare la piattaforma per altre piattaforme ci ricorda che l’esclusività dipende ormai in larga parte da un contratto, soprattutto nel 2025, quando Paramount, HBO Max e Disney+ sono in caccia in massa. Un dirigente di Netflix sussurra che “la guerra si vince film per film”, da qui la generosa offerta fatta ai fratelli Duffer. `).join(”)}
${this.ui.btnCheck}
`;
}
class TalesFrom85Quiz extends HTMLElement { constructor() { super(); this.attachShadow({ mode: ‘open’ }); // Réponses attendues this.answers = { q1: “2014”, q2: “2016”, q3: “2025” }; // Textes this.ui = { title: “Êtes-vous calé·e sur la timeline de Netflix ?”, questions: [ { id: “q1”, label: “1) En quelle année Netflix est-il arrivé en France ?”, options: [“2011”, “2014”, “2018”] }, { id: “q2”, label: “2) Quand la saison 1 de « Stranger Things » a-t-elle été diffusée ?”, options: [“2015”, “2016”, “2017”] }, { id: “q3”, label: “3) Quelle est l’année de lancement annoncée pour « Tales from 85 » ?”, options: [“2024”, “2025”, “2026”] } ], btnCheck: “Vérifier mes réponses”, btnRetry: “Recommencer”, msgEmpty: “⚠️ Veuillez répondre à toutes les questions.”, msgSuccess: “Bravo ! Vous êtes au top de la pop-culture Netflix ! 🍿”, msgPartial: (score) => `Pas mal ! Vous obtenez ${score}/3. Retentez votre chance !`, msgFail: “Oups ! 0/3… Un petit tour sur Wikipédia ?” }; } connectedCallback() { this.render(); this.setupEvents(); } render() { this.shadowRoot.innerHTML = ` /* — ISOLATION & RESET (Thème Stranger Things) — */ :host { display: block; all: initial; font-family: ‘ITC Benguiat’, ‘serif’, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; color: #e5e5e5; /* Texte clair */ background-color: #121212; /* Fond très sombre */ } * { box-sizing: border-box; } /* Container */ .quiz-card { position: relative; max-width: 36rem; /* max-w-xl */ margin: 2rem auto; background-color: #1a1a1a; /* Fond de carte sombre */ border-radius: 0.75rem; box-shadow: 0 0 20px rgba(229, 9, 20, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.5); /* Lueur rouge et ombre interne */ padding: 2rem; border: 2px solid #e50914; /* Bordure rouge style néon */ overflow: hidden; /* Pour contenir les confettis */ } /* Header (Style Titre Stranger Things) */ h2 { font-size: 1.8rem; font-weight: 800; text-align: center; color: #e50914; /* Rouge Stranger Things */ margin: 0 0 1.5rem 0; line-height: 1.2; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0 0 10px rgba(229, 9, 20, 0.7), 0 0 20px rgba(229, 9, 20, 0.5); /* Effet néon brillant */ font-family: ‘ITC Benguiat’, serif; /* Police style Stranger Things */ } /* Form Group */ .form-group { margin-bottom: 1.25rem; } label { display: block; font-weight: 600; margin-bottom: 0.5rem; color: #b3b3b3; /* Gris clair pour les labels */ font-size: 0.95rem; } /* Custom Select */ .select-wrapper { position: relative; } select { appearance: none; width: 100%; padding: 0.75rem 1rem; padding-right: 2.5rem; border: 1px solid #333; /* Bordure sombre */ border-radius: 0.375rem; background-color: #262626; /* Fond de select sombre */ font-size: 1rem; color: #e5e5e5; /* Texte clair */ cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s; } select:focus { outline: none; border-color: #e50914; /* Bordure rouge au focus */ box-shadow: 0 0 10px rgba(229, 9, 20, 0.5); /* Lueur rouge au focus */ } /* Arrow Icon (Rouge) */ .select-wrapper::after { content: “”; position: absolute; top: 50%; right: 1rem; width: 0.75rem; height: 0.75rem; transform: translateY(-50%); background-image: url(“data:image/svg+xml,%3csvg xmlns=’http://www.w3.org/2000/svg’ fill=’none’ viewBox=’0 0 24 24′ stroke=’%23e50914′ stroke-width=’2’%3e%3cpath stroke-linecap=’round’ stroke-linejoin=’round’ d=’M19 9l-7 7-7-7’/%3e%3c/svg%3e”); background-repeat: no-repeat; background-position: center; pointer-events: none; } /* Button (Rouge Stranger Things) */ .btn { display: block; width: 100%; padding: 0.75rem; font-size: 1rem; font-weight: 700; color: white; background-color: #e50914; /* Rouge Stranger Things */ border: none; border-radius: 0.375rem; cursor: pointer; transition: background 0.2s, transform 0.1s, box-shadow 0.2s; margin-top: 1.5rem; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); } .btn:hover { background-color: #ff1f2a; /* Rouge plus vif au survol */ box-shadow: 0 0 15px rgba(229, 9, 20, 0.7); /* Lueur plus intense au survol */ } .btn:active { transform: translateY(1px); } /* Feedback (Thème Sombre et Lumineux) */ .feedback { margin-top: 1.5rem; padding: 1rem; border-radius: 0.375rem; text-align: center; font-weight: 600; display: none; animation: fadeIn 0.3s ease; } /* Succès : Vert brillant sur fond sombre */ .feedback.success { background-color: rgba(22, 101, 52, 0.2); color: #4ade80; border: 1px solid #22c55e; box-shadow: 0 0 10px rgba(34, 197, 94, 0.3); } /* Erreur : Rouge brillant sur fond sombre */ .feedback.error { background-color: rgba(153, 27, 27, 0.2); color: #f87171; border: 1px solid #ef4444; box-shadow: 0 0 10px rgba(239, 68, 68, 0.3); } /* Attention : Jaune/Orange brillant sur fond sombre */ .feedback.warning { background-color: rgba(133, 77, 14, 0.2); color: #facc15; border: 1px solid #eab308; box-shadow: 0 0 10px rgba(234, 179, 8, 0.3); } /* Confetti Particles (Couleurs Thématiques) */ .confetti { position: absolute; width: 10px; height: 10px; background-color: #f00; animation: fall linear forwards; top: -10px; z-index: 10; pointer-events: none; } @keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } } @keyframes fall { to { transform: translateY(500px) rotate(720deg); opacity: 0; } } /* States for selects (Valid/Invalid avec lueurs) */ .valid { border-color: #22c55e !important; background-color: rgba(34, 197, 94, 0.1) !important; box-shadow: 0 0 8px rgba(34, 197, 94, 0.4) !important; color: #4ade80 !important; } .invalid { border-color: #ef4444 !important; background-color: rgba(239, 68, 68, 0.1) !important; box-shadow: 0 0 8px rgba(239, 68, 68, 0.4) !important; color: #f87171 !important; }
Comments
Leave a comment