.hfsq{--hfsq-bg:#0e0f14;--hfsq-panel:#171923;--hfsq-text:#f7f7fb;--hfsq-muted:#a8adbd;--hfsq-accent:#9d4edd;--hfsq-accent-2:#00d4ff;--hfsq-success:#31c48d;--hfsq-danger:#ff5c77;max-width:920px;margin:2rem auto;overflow:hidden;color:var(--hfsq-text);background:radial-gradient(circle at top right,rgba(157,78,221,.2),transparent 34%),var(--hfsq-bg);border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.35);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hfsq *{box-sizing:border-box}.hfsq__header{padding:28px 30px 18px}.hfsq__eyebrow{margin:0 0 6px;font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--hfsq-accent-2)}.hfsq__title{margin:0 0 20px;color:var(--hfsq-text);font-size:clamp(24px,4vw,38px);line-height:1.1}.hfsq__progress{height:8px;overflow:hidden;background:rgba(255,255,255,.08);border-radius:999px}.hfsq__progress-bar{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--hfsq-accent),var(--hfsq-accent-2));border-radius:inherit;transition:width .35s ease}.hfsq__body{padding:0 30px 30px}.hfsq__loading,.hfsq__error{padding:48px 20px;text-align:center;color:var(--hfsq-muted)}.hfsq__card{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(320px,1.15fr);overflow:hidden;background:var(--hfsq-panel);border:1px solid rgba(255,255,255,.08);border-radius:20px}.hfsq__media{position:relative;min-height:420px;background:#11131a}.hfsq__media img{width:100%;height:100%;object-fit:cover;display:block}.hfsq__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(14,15,20,.72),transparent 45%);pointer-events:none}.hfsq__category{position:absolute;left:18px;bottom:18px;z-index:1;padding:8px 12px;background:rgba(14,15,20,.8);border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;backdrop-filter:blur(10px)}.hfsq__content{padding:30px}.hfsq__counter{margin:0 0 10px;color:var(--hfsq-accent-2);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hfsq__question{margin:0 0 24px;color:var(--hfsq-text);font-size:clamp(21px,3vw,30px);line-height:1.25}.hfsq__answers{display:grid;gap:12px}.hfsq__answer{width:100%;display:flex;gap:12px;align-items:center;padding:14px 16px;color:var(--hfsq-text);background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);border-radius:14px;text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.hfsq__answer:hover:not(:disabled),.hfsq__answer:focus-visible{transform:translateY(-1px);border-color:var(--hfsq-accent-2);background:rgba(0,212,255,.08);outline:none}.hfsq__answer:disabled{cursor:default;opacity:.76}.hfsq__answer-letter{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.08);font-weight:900}.hfsq__answer.is-correct{border-color:var(--hfsq-success);background:rgba(49,196,141,.13);opacity:1}.hfsq__answer.is-incorrect{border-color:var(--hfsq-danger);background:rgba(255,92,119,.13);opacity:1}.hfsq__feedback{min-height:82px;padding-top:18px}.hfsq__feedback-text{margin:0 0 12px;font-weight:800}.hfsq__feedback-text.is-correct{color:var(--hfsq-success)}.hfsq__feedback-text.is-incorrect{color:var(--hfsq-danger)}.hfsq__button{appearance:none;padding:12px 18px;border:0;border-radius:12px;font:inherit;font-weight:850;cursor:pointer}.hfsq__button--primary{color:#fff;background:linear-gradient(90deg,var(--hfsq-accent),#6f3af2);box-shadow:0 10px 25px rgba(111,58,242,.25)}.hfsq__button--primary:hover,.hfsq__button--primary:focus-visible{filter:brightness(1.08);outline:2px solid var(--hfsq-accent-2);outline-offset:2px}.hfsq__result{padding:64px 20px 70px;text-align:center;background:var(--hfsq-panel);border:1px solid rgba(255,255,255,.08);border-radius:20px}.hfsq__result-icon{width:76px;height:76px;display:grid;place-items:center;margin:0 auto 18px;background:linear-gradient(135deg,var(--hfsq-accent),var(--hfsq-accent-2));border-radius:24px;font-size:36px;box-shadow:0 18px 40px rgba(0,212,255,.2)}.hfsq__result h3{margin:0 0 10px;color:var(--hfsq-text);font-size:clamp(26px,4vw,40px)}.hfsq__score{margin:0 0 24px;color:var(--hfsq-muted);font-size:18px}.hfsq__score strong{color:var(--hfsq-text);font-size:24px}@media (max-width:760px){.hfsq{border-radius:18px}.hfsq__header,.hfsq__body{padding-left:18px;padding-right:18px}.hfsq__card{grid-template-columns:1fr}.hfsq__media{min-height:240px;max-height:330px}.hfsq__content{padding:22px 18px 26px}}.hfsq__result.is-win{background:radial-gradient(circle at top left,rgba(49,196,141,.12),transparent 30%),radial-gradient(circle at top right,rgba(0,212,255,.12),transparent 36%),var(--hfsq-panel)}.hfsq__result.is-lose{background:radial-gradient(circle at top left,rgba(255,92,119,.12),transparent 30%),radial-gradient(circle at top right,rgba(157,78,221,.16),transparent 36%),var(--hfsq-panel)}.hfsq__result-note{margin:-8px 0 24px;color:var(--hfsq-muted);font-size:14px}.hfsq__scene{margin:0 auto 24px;max-width:760px;padding:18px 18px 16px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);text-align:left;overflow:hidden}.hfsq__scene-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.hfsq__scene-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--hfsq-text);font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.hfsq__scene-title{margin:0;color:var(--hfsq-text);font-size:16px;font-weight:800}.hfsq__arena{position:relative;display:grid;grid-template-columns:1fr 170px 1fr;align-items:end;gap:8px;min-height:250px;padding:22px 18px 18px;border-radius:18px;background:linear-gradient(to top,rgba(255,255,255,.05),transparent 60%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18))}.hfsq__arena:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:10px;border-radius:999px;background:rgba(255,255,255,.08)}.hfsq__actor{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:10px}.hfsq__avatar{position:relative;width:96px;height:96px;display:grid;place-items:center;border-radius:26px;background:rgba(14,15,20,.7);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 34px rgba(0,0,0,.28);font-size:54px;line-height:1;animation:hfsq-bob 1.8s ease-in-out infinite}.hfsq__speech{position:relative;max-width:180px;padding:10px 12px;border-radius:16px;background:rgba(14,15,20,.88);border:1px solid rgba(255,255,255,.12);color:var(--hfsq-text);font-size:13px;line-height:1.35;box-shadow:0 10px 25px rgba(0,0,0,.2)}.hfsq__speech:after{content:"";position:absolute;bottom:-8px;width:14px;height:14px;background:rgba(14,15,20,.88);border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.hfsq__actor--hero .hfsq__speech:after{right:18px}.hfsq__actor--monster .hfsq__speech:after{left:18px}.hfsq__name{color:var(--hfsq-muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hfsq__effect-cluster{position:relative;z-index:2;display:grid;justify-items:center;align-self:center;gap:8px}.hfsq__prop{display:grid;place-items:center;width:74px;height:74px;border-radius:22px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);font-size:40px;animation:hfsq-pop 1.4s ease-in-out infinite}.hfsq__impact{padding:8px 14px;border-radius:999px;background:#fff;color:#11131a;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 14px 26px rgba(0,0,0,.22);animation:hfsq-impact 1s steps(2,end) infinite}.hfsq__scene-caption{margin:14px 4px 0;color:var(--hfsq-muted);font-size:14px;line-height:1.5}.hfsq__scene--win .hfsq__actor--hero .hfsq__avatar{animation:hfsq-hero-attack 1.7s ease-in-out infinite}.hfsq__scene--win .hfsq__actor--monster .hfsq__avatar{animation:hfsq-monster-hit 1.7s ease-in-out infinite}.hfsq__scene--lose .hfsq__actor--hero .hfsq__avatar{animation:hfsq-hero-hit 1.7s ease-in-out infinite}.hfsq__scene--lose .hfsq__actor--monster .hfsq__avatar{animation:hfsq-monster-attack 1.7s ease-in-out infinite}.hfsq__scene--zombie .hfsq__arena{background:radial-gradient(circle at center,rgba(49,196,141,.18),transparent 38%),linear-gradient(180deg,rgba(20,45,33,.45),rgba(13,14,19,.92))}.hfsq__scene--ghost .hfsq__arena{background:radial-gradient(circle at center,rgba(255,255,255,.18),transparent 36%),linear-gradient(180deg,rgba(76,81,191,.35),rgba(12,15,24,.92))}.hfsq__scene--alien .hfsq__arena{background:radial-gradient(circle at center,rgba(0,212,255,.2),transparent 38%),linear-gradient(180deg,rgba(20,36,60,.42),rgba(7,11,21,.94))}.hfsq__scene--mummy .hfsq__arena{background:radial-gradient(circle at center,rgba(246,196,83,.16),transparent 38%),linear-gradient(180deg,rgba(74,55,20,.35),rgba(15,12,8,.94))}.hfsq__scene--slime .hfsq__arena{background:radial-gradient(circle at center,rgba(96,255,96,.17),transparent 40%),linear-gradient(180deg,rgba(17,54,24,.38),rgba(8,13,10,.94))}@keyframes hfsq-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes hfsq-pop{0%,100%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.08) rotate(-5deg)}}@keyframes hfsq-impact{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.06)}}@keyframes hfsq-hero-attack{0%,100%{transform:translateX(0) rotate(0deg)}25%{transform:translateX(10px) rotate(-6deg)}45%{transform:translateX(18px) rotate(8deg)}70%{transform:translateX(8px) rotate(-4deg)}}@keyframes hfsq-monster-hit{0%,100%{transform:translateX(0) rotate(0deg)}25%{transform:translateX(0) rotate(0deg)}40%{transform:translateX(18px) rotate(10deg) scale(.95)}60%{transform:translateX(8px) rotate(-8deg) scale(.92)}80%{transform:translateX(18px) rotate(10deg) scale(.96)}}@keyframes hfsq-monster-attack{0%,100%{transform:translateX(0) rotate(0deg)}22%{transform:translateX(-10px) rotate(6deg)}45%{transform:translateX(-18px) rotate(-8deg)}70%{transform:translateX(-8px) rotate(4deg)}}@keyframes hfsq-hero-hit{0%,100%{transform:translateX(0) rotate(0deg)}22%{transform:translateX(0) rotate(0deg)}44%{transform:translateX(-18px) rotate(-10deg) scale(.95)}62%{transform:translateX(-8px) rotate(10deg) scale(.92)}80%{transform:translateX(-16px) rotate(-8deg) scale(.96)}}@media (max-width:760px){.hfsq__result{padding-left:16px;padding-right:16px}.hfsq__scene{padding:14px}.hfsq__arena{grid-template-columns:1fr;justify-items:center;gap:14px;min-height:0;padding:18px 14px 24px}.hfsq__arena:after{bottom:14px}.hfsq__scene-top{justify-content:center}.hfsq__scene-title{text-align:center}.hfsq__speech{max-width:100%}.hfsq__effect-cluster{order:2}.hfsq__actor--monster{order:3}}.hfsq__intro{text-align:left;animation:hfsq-intro-fade .45s ease}.hfsq__scene--intro{margin-bottom:0}.hfsq__arena--intro{min-height:270px}.hfsq__scene--intro .hfsq__actor--hero .hfsq__avatar{animation:hfsq-hero-ready 1.7s ease-in-out infinite}.hfsq__scene--intro .hfsq__actor--monster .hfsq__avatar{animation:hfsq-monster-tease 1.8s ease-in-out infinite}.hfsq__intro-actions{margin-top:18px;display:flex;justify-content:center}@keyframes hfsq-intro-fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes hfsq-hero-ready{0%,100%{transform:translateY(0) rotate(0deg) scale(1)}30%{transform:translateY(-6px) rotate(-5deg) scale(1.02)}60%{transform:translateY(0) rotate(5deg) scale(1.02)}}@keyframes hfsq-monster-tease{0%,100%{transform:translateY(0) rotate(0deg) scale(1)}25%{transform:translateY(-8px) rotate(6deg) scale(1.04)}50%{transform:translateY(2px) rotate(-6deg) scale(.98)}75%{transform:translateY(-6px) rotate(4deg) scale(1.03)}}.hfsq__cutscene-card{position:relative;padding:18px 18px 22px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top left,rgba(255,255,255,.04),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.02)),var(--hfsq-panel);overflow:hidden}.hfsq__cutscene-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.hfsq__cutscene-helper{margin:0 0 14px;color:var(--hfsq-muted);font-size:14px}.hfsq__cinema-screen{position:relative;overflow:hidden;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#0a0b0f;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 24px 40px rgba(0,0,0,.28)}.hfsq__film-grain{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.045) 0 2px,transparent 2px),radial-gradient(circle at 80% 50%,rgba(255,255,255,.035) 0 2px,transparent 2px),linear-gradient(180deg,rgba(255,255,255,.05),transparent 25%,transparent 75%,rgba(255,255,255,.04));background-size:22px 22px,30px 30px,100% 100%;mix-blend-mode:screen;opacity:.32}.hfsq__cutscene-stage{position:relative;display:grid;grid-template-columns:1fr 160px 1fr;align-items:end;gap:10px;min-height:300px;padding:26px 18px 26px;background:linear-gradient(to top,rgba(0,0,0,.3),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.12))}.hfsq__cutscene-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.22),transparent 12%,transparent 88%,rgba(0,0,0,.22)),linear-gradient(180deg,rgba(0,0,0,.24),transparent 12%,transparent 88%,rgba(0,0,0,.2));pointer-events:none}.hfsq__cutscene-stage:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:12px;border-radius:999px;background:rgba(255,255,255,.08)}.hfsq__stage-glow{position:absolute;inset:18px;border-radius:18px;opacity:.8;filter:blur(2px);background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 48%)}.hfsq__theme--zombie .hfsq__cutscene-stage{background:radial-gradient(circle at center,rgba(76,255,146,.15),transparent 36%),linear-gradient(180deg,rgba(19,52,32,.42),rgba(8,12,9,.96))}.hfsq__theme--ghost .hfsq__cutscene-stage{background:radial-gradient(circle at center,rgba(178,206,255,.18),transparent 36%),linear-gradient(180deg,rgba(45,55,99,.44),rgba(8,12,18,.96))}.hfsq__theme--alien .hfsq__cutscene-stage{background:radial-gradient(circle at center,rgba(0,212,255,.2),transparent 36%),linear-gradient(180deg,rgba(20,34,72,.45),rgba(6,10,20,.96))}.hfsq__theme--mummy .hfsq__cutscene-stage{background:radial-gradient(circle at center,rgba(246,196,83,.15),transparent 36%),linear-gradient(180deg,rgba(68,51,22,.45),rgba(17,11,6,.96))}.hfsq__theme--slime .hfsq__cutscene-stage{background:radial-gradient(circle at center,rgba(91,255,91,.16),transparent 38%),linear-gradient(180deg,rgba(17,52,24,.45),rgba(6,11,8,.96))}.hfsq__cutscene-card .hfsq__actor{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;transition:transform .35s ease,opacity .35s ease,filter .35s ease}.hfsq__cutscene-card .hfsq__avatar{width:104px;height:104px;font-size:56px;border-radius:28px;background:rgba(14,15,20,.72);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 34px rgba(0,0,0,.3)}.hfsq__cutscene-card .hfsq__speech{min-height:58px;max-width:190px;font-size:13px;text-align:center}.hfsq__cutscene-card .hfsq__effect-cluster{position:relative;z-index:3;display:grid;justify-items:center;align-self:center;gap:10px}.hfsq__cutscene-card .hfsq__prop{width:82px;height:82px;font-size:44px;background:rgba(255,255,255,.12)}.hfsq__frame-bar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:14px 0 6px}.hfsq__frame-label,.hfsq__frame-mode{color:var(--hfsq-text);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hfsq__frame-mode{color:var(--hfsq-muted)}.hfsq__frame-caption{margin:0;color:var(--hfsq-muted);line-height:1.55;min-height:68px}.hfsq__filmstrip{display:flex;justify-content:center;gap:8px;margin:14px 0 0}.hfsq__frame-dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);transition:transform .2s ease,background .2s ease}.hfsq__frame-dot.is-active{transform:scale(1.25);background:linear-gradient(90deg,var(--hfsq-accent),var(--hfsq-accent-2))}.hfsq__cutscene-actions{display:flex;justify-content:center;margin-top:18px}.hfsq__result-summary{margin-top:16px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);opacity:.45;transition:opacity .3s ease,transform .3s ease}.hfsq__cutscene-card.is-finished .hfsq__result-summary{opacity:1;transform:translateY(0)}.hfsq__cutscene-card .hfsq__result-icon{margin-top:6px}.hfsq__splat{position:absolute;z-index:1;width:68px;height:68px;opacity:.15;filter:blur(.3px);transition:opacity .2s ease,transform .35s ease,background .2s ease;border-radius:44% 56% 50% 50%/54% 38% 62% 46%}.hfsq__splat:before,.hfsq__splat:after{content:"";position:absolute;border-radius:inherit;inset:10%;background:inherit}.hfsq__splat:before{transform:translate(-24px,10px) scale(.46)}.hfsq__splat:after{transform:translate(22px,-8px) scale(.34)}.hfsq__splat--1{left:12%;top:16%}.hfsq__splat--2{left:48%;top:8%;transform:scale(.76)}.hfsq__splat--3{right:12%;top:18%;transform:scale(.88)}.hfsq__cutscene-stage[data-splat=blood] .hfsq__splat,.hfsq__cutscene-stage[data-splat=confetti] .hfsq__splat{background:radial-gradient(circle at 35% 35%,rgba(255,120,120,.9),rgba(190,20,40,.95) 62%,rgba(90,0,10,.92));opacity:.86}.hfsq__cutscene-stage[data-splat=ecto] .hfsq__splat{background:radial-gradient(circle at 35% 35%,rgba(224,246,255,.92),rgba(99,181,255,.92) 62%,rgba(40,88,144,.92));opacity:.78}.hfsq__cutscene-stage[data-splat=spark] .hfsq__splat,.hfsq__cutscene-stage[data-splat=flash] .hfsq__splat{background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.98),rgba(0,212,255,.9) 58%,rgba(66,84,255,.78));opacity:.7}.hfsq__cutscene-stage[data-splat=dust] .hfsq__splat{background:radial-gradient(circle at 35% 35%,rgba(255,222,160,.9),rgba(199,146,66,.92) 58%,rgba(118,75,14,.92));opacity:.72}.hfsq__cutscene-stage[data-splat=slime] .hfsq__splat{background:radial-gradient(circle at 35% 35%,rgba(178,255,178,.95),rgba(31,188,89,.95) 58%,rgba(7,102,43,.96));opacity:.78}.hfsq__cutscene-stage[data-splat=mist] .hfsq__splat{background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.55),rgba(255,255,255,.12) 58%,rgba(255,255,255,.03));opacity:.38}.hfsq__cutscene-stage[data-hero=ready] .hfsq__actor--hero,.hfsq__cutscene-stage[data-monster=menace] .hfsq__actor--monster{transform:translateY(0)}.hfsq__cutscene-stage[data-hero=aim] .hfsq__actor--hero,.hfsq__cutscene-stage[data-hero=attack] .hfsq__actor--hero,.hfsq__cutscene-stage[data-hero=heroic] .hfsq__actor--hero,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__actor--hero{transform:translateX(10px) rotate(-5deg) scale(1.04)}.hfsq__cutscene-stage[data-hero=duck] .hfsq__actor--hero{transform:translateY(12px) scale(.95)}.hfsq__cutscene-stage[data-hero=hit] .hfsq__actor--hero,.hfsq__cutscene-stage[data-hero=down] .hfsq__actor--hero{transform:translateX(-16px) rotate(-10deg) scale(.92);filter:saturate(.75)}.hfsq__cutscene-stage[data-monster=float] .hfsq__actor--monster{transform:translateY(-12px)}.hfsq__cutscene-stage[data-monster=lunge] .hfsq__actor--monster,.hfsq__cutscene-stage[data-monster=attack] .hfsq__actor--monster,.hfsq__cutscene-stage[data-monster=laugh] .hfsq__actor--monster,.hfsq__cutscene-stage[data-monster=victory] .hfsq__actor--monster,.hfsq__cutscene-stage[data-monster=ooze] .hfsq__actor--monster{transform:translateX(-12px) rotate(6deg) scale(1.03)}.hfsq__cutscene-stage[data-monster=hit] .hfsq__actor--monster,.hfsq__cutscene-stage[data-monster=down] .hfsq__actor--monster{transform:translateX(16px) rotate(11deg) scale(.9);filter:saturate(.72)}.hfsq__cutscene-stage[data-frame="2"] .hfsq__impact,.hfsq__cutscene-stage[data-frame="3"] .hfsq__impact{animation:hfsq-impact-pop .65s ease-in-out infinite alternate}.hfsq__cutscene-stage[data-frame="2"] .hfsq__prop,.hfsq__cutscene-stage[data-frame="3"] .hfsq__prop{animation:hfsq-prop-pop .8s ease-in-out infinite alternate}.hfsq__cutscene-card--win .hfsq__result-summary h3{color:var(--hfsq-success)}.hfsq__cutscene-card--lose .hfsq__result-summary h3{color:#ff98a8}@keyframes hfsq-impact-pop{from{transform:scale(1) translateY(0)}to{transform:scale(1.08) translateY(-4px)}}@keyframes hfsq-prop-pop{from{transform:rotate(-4deg) scale(1)}to{transform:rotate(4deg) scale(1.06)}}@media (max-width:760px){.hfsq__cutscene-card{padding:14px 14px 18px}.hfsq__cutscene-stage{grid-template-columns:1fr;justify-items:center;gap:16px;min-height:0;padding:20px 14px 30px}.hfsq__cutscene-stage:after{bottom:14px}.hfsq__frame-bar,.hfsq__cutscene-top{justify-content:center;text-align:center}.hfsq__cutscene-card .hfsq__speech{max-width:100%}.hfsq__cutscene-card .hfsq__effect-cluster{order:2}.hfsq__cutscene-card .hfsq__actor--monster{order:3}.hfsq__frame-caption{min-height:96px}}.hfsq{max-width:1200px;background:#000}.hfsq__cutscene-card{min-height:min(88vh,980px);display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(180deg,rgba(20,0,0,.14),rgba(0,0,0,.08)),#000}.hfsq__cutscene-top{align-items:flex-start}.hfsq__logo-block{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hfsq__logo{display:inline-flex;align-items:center;justify-content:center;min-width:112px;padding:8px 14px;border-radius:10px;background:rgba(0,0,0,.9);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:14px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hfsq__scene-title{color:#d71920;font-size:clamp(22px,4vw,42px);line-height:1.08}.hfsq__cutscene-helper{color:rgba(255,255,255,.75);font-size:15px}.hfsq__cinema-screen{flex:1 1 auto}.hfsq__cutscene-stage{min-height:min(66vh,700px)}.hfsq__filmstrip{margin-top:18px}.hfsq__frame-caption{font-size:15px}.hfsq__cutscene-card--intro .hfsq__scene-title,.hfsq__cutscene-card--win .hfsq__scene-title,.hfsq__cutscene-card--lose .hfsq__scene-title{text-shadow:0 0 20px rgba(215,25,32,.22)}@media (max-width:760px){.hfsq{max-width:100%;margin-left:0;margin-right:0;border-radius:0}.hfsq__cutscene-card{min-height:84vh;border-radius:0;padding-top:16px}.hfsq__logo-block,.hfsq__cutscene-top{justify-content:center}.hfsq__scene-title{text-align:center;width:100%}}.hfsq__brand-logo{display:block;width:clamp(150px,18vw,220px);height:auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.45))}.hfsq__visually-hidden{position:absolute !important;width:1px !important;height:1px !important;margin:-1px !important;padding:0 !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.hfsq__cutscene-card{overflow:hidden}.hfsq__cutscene-top{justify-content:flex-start;align-items:flex-start;min-height:60px}.hfsq__logo-block{gap:0}.hfsq__scene-badge,.hfsq__scene-title,.hfsq__frame-bar,.hfsq__frame-caption,.hfsq__cutscene-helper,.hfsq__speech,.hfsq__name,.hfsq__frame-effect{display:none !important}.hfsq__filmstrip{margin-top:10px;margin-bottom:8px}.hfsq__frame-dot{width:12px;height:12px}.hfsq__cinema-screen{position:relative;min-height:min(70vh,760px);border-radius:26px;overflow:hidden}.hfsq__cutscene-stage{align-items:end;min-height:min(70vh,760px);padding:4vh clamp(16px,3vw,48px) 5vh}.hfsq__actor{justify-content:flex-end;min-height:320px}.hfsq__actor--hero,.hfsq__actor--monster{flex:0 1 30%}.hfsq__avatar{display:none !important}.hfsq__toon{position:relative;width:clamp(120px,16vw,180px);height:clamp(210px,28vw,300px);transform-origin:50% 100%;filter:drop-shadow(0 18px 22px rgba(0,0,0,.55))}.hfsq__toon-head,.hfsq__toon-body,.hfsq__toon-arm,.hfsq__toon-leg,.hfsq__toon-weapon{position:absolute;display:block}.hfsq__toon-head{top:0;left:50%;width:34%;height:22%;transform:translateX(-50%);border-radius:46% 46% 42% 42%;background:#f3c6aa;box-shadow:inset 0 -8px 0 rgba(0,0,0,.08)}.hfsq__toon-head:before,.hfsq__toon-head:after{content:'';position:absolute;top:42%;width:16%;height:10%;border-radius:50%;background:#120808}.hfsq__toon-head:before{left:26%}.hfsq__toon-head:after{right:26%}.hfsq__toon-body{left:50%;top:18%;width:46%;height:37%;transform:translateX(-50%);border-radius:28% 28% 18% 18%;background:linear-gradient(180deg,#6a1016,#2c0508)}.hfsq__toon-arm{top:24%;width:12%;height:32%;border-radius:999px;background:linear-gradient(180deg,#803a28,#44150f);transform-origin:top center}.hfsq__toon-arm--left{left:22%;transform:rotate(18deg)}.hfsq__toon-arm--right{right:22%;transform:rotate(-18deg)}.hfsq__toon-leg{top:53%;width:14%;height:34%;border-radius:999px;background:linear-gradient(180deg,#172535,#090f16);transform-origin:top center}.hfsq__toon-leg--left{left:39%;transform:rotate(5deg)}.hfsq__toon-leg--right{right:39%;transform:rotate(-5deg)}.hfsq__toon-weapon{right:6%;top:35%;width:9%;height:34%;border-radius:16px;background:linear-gradient(180deg,#efe5d0 0 38%,#6f4327 38% 100%);transform:rotate(-28deg);transform-origin:50% 90%}.hfsq__toon--hero{animation:hfsqHeroIdle 1s ease-in-out infinite alternate}.hfsq__toon--monster{animation:hfsqMonsterIdle 1.15s ease-in-out infinite alternate}.hfsq__actor--monster .hfsq__toon-head{width:38%;height:24%;background:#88c36f}.hfsq__actor--monster .hfsq__toon-body{width:50%;height:40%;background:linear-gradient(180deg,#5d9647,#203f1d)}.hfsq__actor--monster .hfsq__toon-arm,.hfsq__actor--monster .hfsq__toon-leg{background:linear-gradient(180deg,#91d274,#2d5f2c)}.hfsq__actor--monster .hfsq__toon-weapon{display:none}.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-head,.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-body{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(167,237,255,.75))}.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-body{border-radius:40% 40% 50% 50%}.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-leg,.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-arm{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(170,238,255,.65))}.hfsq__theme--alien .hfsq__actor--monster .hfsq__toon-head{width:42%;height:26%;border-radius:55% 55% 44% 44%;background:linear-gradient(180deg,#9cff8e,#285c27)}.hfsq__theme--alien .hfsq__actor--monster .hfsq__toon-head:before,.hfsq__theme--alien .hfsq__actor--monster .hfsq__toon-head:after{top:44%;width:22%;height:12%;background:#0a070a;border-radius:999px}.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-head,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-body,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-arm,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-leg{background:repeating-linear-gradient(135deg,#f0e3c8 0 8px,#bea77d 8px 16px)}.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon-head,.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon-body,.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon-arm,.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon-leg{background:linear-gradient(180deg,#56ff6a,#15882a);border-radius:44% 44% 38% 38%}.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon{filter:drop-shadow(0 18px 22px rgba(17,255,59,.18)) drop-shadow(0 8px 14px rgba(0,0,0,.5))}.hfsq__theme--zombie .hfsq__actor--monster .hfsq__toon-head:before,.hfsq__theme--zombie .hfsq__actor--monster .hfsq__toon-head:after,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-head:before,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-head:after,.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon-head:before,.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon-head:after,.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-head:before,.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-head:after{background:#20070a}.hfsq__effect-cluster{position:relative;z-index:4}.hfsq__prop{font-size:clamp(34px,4vw,54px);filter:drop-shadow(0 8px 10px rgba(0,0,0,.35))}.hfsq__impact{width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.85) 0 20%,rgba(255,45,45,.5) 22%,rgba(255,45,45,0) 72%);opacity:.35;animation:hfsqPulse 1.2s ease-in-out infinite}.hfsq__cutscene-stage[data-hero=aim] .hfsq__toon--hero,.hfsq__cutscene-stage[data-hero=attack] .hfsq__toon--hero,.hfsq__cutscene-stage[data-hero=heroic] .hfsq__toon--hero,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__toon--hero{transform:translateX(10px) rotate(-4deg) scale(1.03)}.hfsq__cutscene-stage[data-hero=duck] .hfsq__toon--hero{transform:translateY(22px) scaleY(.88)}.hfsq__cutscene-stage[data-hero=hit] .hfsq__toon--hero,.hfsq__cutscene-stage[data-hero=down] .hfsq__toon--hero{transform:translate(-14px,22px) rotate(-14deg)}.hfsq__cutscene-stage[data-monster=float] .hfsq__toon--monster{transform:translateY(-18px)}.hfsq__cutscene-stage[data-monster=lunge] .hfsq__toon--monster,.hfsq__cutscene-stage[data-monster=attack] .hfsq__toon--monster,.hfsq__cutscene-stage[data-monster=laugh] .hfsq__toon--monster,.hfsq__cutscene-stage[data-monster=victory] .hfsq__toon--monster,.hfsq__cutscene-stage[data-monster=ooze] .hfsq__toon--monster{transform:translateX(-10px) rotate(5deg) scale(1.05)}.hfsq__cutscene-stage[data-monster=hit] .hfsq__toon--monster,.hfsq__cutscene-stage[data-monster=down] .hfsq__toon--monster{transform:translate(16px,20px) rotate(16deg) scale(.92)}.hfsq__cutscene-stage[data-hero=attack] .hfsq__toon--hero .hfsq__toon-arm--right,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__toon--hero .hfsq__toon-arm--right{transform:rotate(-72deg)}.hfsq__cutscene-stage[data-hero=attack] .hfsq__toon--hero .hfsq__toon-weapon,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__toon--hero .hfsq__toon-weapon{transform:rotate(-76deg) scale(1.08)}.hfsq__cutscene-stage[data-monster=attack] .hfsq__toon--monster .hfsq__toon-arm--left,.hfsq__cutscene-stage[data-monster=lunge] .hfsq__toon--monster .hfsq__toon-arm--left{transform:rotate(48deg)}.hfsq__cutscene-stage[data-monster=attack] .hfsq__toon--monster .hfsq__toon-arm--right,.hfsq__cutscene-stage[data-monster=lunge] .hfsq__toon--monster .hfsq__toon-arm--right{transform:rotate(-48deg)}.hfsq__cutscene-stage[data-splat=blood] .hfsq__splat,.hfsq__cutscene-stage[data-splat=dust] .hfsq__splat,.hfsq__cutscene-stage[data-splat=ecto] .hfsq__splat,.hfsq__cutscene-stage[data-splat=spark] .hfsq__splat,.hfsq__cutscene-stage[data-splat=slime] .hfsq__splat,.hfsq__cutscene-stage[data-splat=confetti] .hfsq__splat,.hfsq__cutscene-stage[data-splat=flash] .hfsq__splat{animation:hfsqSplatBoom .85s ease both}@keyframes hfsqHeroIdle{0%{transform:translateY(0) rotate(-1deg)}100%{transform:translateY(-8px) rotate(1deg)}}@keyframes hfsqMonsterIdle{0%{transform:translateY(-4px) rotate(2deg)}100%{transform:translateY(6px) rotate(-2deg)}}@keyframes hfsqPulse{0%,100%{transform:scale(.84);opacity:.2}50%{transform:scale(1.08);opacity:.58}}@keyframes hfsqSplatBoom{0%{transform:scale(.3);opacity:0}45%{opacity:.94}100%{transform:scale(1.15);opacity:.6}}@media (max-width:760px){.hfsq__brand-logo{width:170px}.hfsq__cinema-screen,.hfsq__cutscene-stage{min-height:54vh}.hfsq__actor--hero,.hfsq__actor--monster{flex-basis:36%}.hfsq__toon{width:118px;height:208px}.hfsq__prop{font-size:34px}}.hfsq__header{position:relative}.hfsq__audio-toggle{position:absolute;top:18px;right:20px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(8,9,12,.82);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,.22)}.hfsq__audio-toggle.is-muted{opacity:.7}.hfsq__audio-toggle:hover{transform:translateY(-1px)}.hfsq__cinema-screen:before,.hfsq__cinema-screen:after{content:'';position:absolute;inset:0;pointer-events:none}.hfsq__cinema-screen:before{background:linear-gradient(180deg,rgba(0,0,0,.42),transparent 16%,transparent 84%,rgba(0,0,0,.42));z-index:1}.hfsq__cinema-screen:after{border:1px solid rgba(255,255,255,.08);border-radius:26px;box-shadow:inset 0 0 80px rgba(0,0,0,.35);z-index:2}.hfsq__cutscene-stage{position:relative;overflow:hidden;transition:transform .22s ease}.hfsq__cutscene-stage.is-impact{animation:hfsqStageShake .24s linear 1}.hfsq__gore-particle{position:absolute;width:18px;height:18px;border-radius:50%;opacity:0;background:radial-gradient(circle,rgba(255,247,247,.95) 0 18%,rgba(176,22,22,.96) 22%,rgba(93,8,8,.86) 74%,rgba(93,8,8,0) 76%);z-index:3}.hfsq__gore-particle--1{left:42%;top:24%}.hfsq__gore-particle--2{left:46%;top:46%}.hfsq__gore-particle--3{left:54%;top:34%}.hfsq__gore-particle--4{left:49%;top:16%}.hfsq__cutscene-stage[data-splat=slime] .hfsq__gore-particle{background:radial-gradient(circle,rgba(230,255,230,.92) 0 18%,rgba(62,255,60,.96) 24%,rgba(10,120,22,.82) 74%,rgba(10,120,22,0) 76%)}.hfsq__cutscene-stage[data-splat=ecto] .hfsq__gore-particle,.hfsq__cutscene-stage[data-splat=mist] .hfsq__gore-particle{background:radial-gradient(circle,rgba(255,255,255,.95) 0 18%,rgba(159,246,255,.94) 24%,rgba(44,129,155,.8) 74%,rgba(44,129,155,0) 76%)}.hfsq__cutscene-stage[data-splat=spark] .hfsq__gore-particle,.hfsq__cutscene-stage[data-splat=flash] .hfsq__gore-particle,.hfsq__cutscene-stage[data-splat=confetti] .hfsq__gore-particle{background:radial-gradient(circle,rgba(255,255,255,.95) 0 18%,rgba(255,202,64,.94) 24%,rgba(255,74,74,.85) 72%,rgba(255,74,74,0) 76%)}.hfsq__cutscene-stage.is-impact .hfsq__gore-particle--1{animation:hfsqParticle1 .6s ease-out both}.hfsq__cutscene-stage.is-impact .hfsq__gore-particle--2{animation:hfsqParticle2 .55s ease-out both}.hfsq__cutscene-stage.is-impact .hfsq__gore-particle--3{animation:hfsqParticle3 .62s ease-out both}.hfsq__cutscene-stage.is-impact .hfsq__gore-particle--4{animation:hfsqParticle4 .64s ease-out both}.hfsq__toon{width:clamp(170px,18vw,220px);height:clamp(250px,31vw,350px)}.hfsq__toon-shadow{position:absolute;left:12%;right:12%;bottom:0;height:12%;border-radius:50%;background:radial-gradient(circle,rgba(0,0,0,.45) 0,rgba(0,0,0,0) 72%)}.hfsq__toon-head{top:6%;width:36%;height:18%;z-index:5}.hfsq__toon-hair,.hfsq__toon-crown{position:absolute;top:3%;left:50%;width:38%;height:10%;transform:translateX(-50%);z-index:6}.hfsq__toon-hair{border-radius:50% 50% 30% 30%;background:linear-gradient(180deg,#101114,#382a1c)}.hfsq__toon-eye{position:absolute;top:42%;width:14%;height:12%;border-radius:50%;background:#111}.hfsq__toon-eye--left{left:28%}.hfsq__toon-eye--right{right:28%}.hfsq__toon-mouth{position:absolute;left:50%;bottom:16%;width:22%;height:8%;transform:translateX(-50%);border-radius:999px;background:#5c1414}.hfsq__toon-jacket,.hfsq__toon-belt,.hfsq__toon-hand,.hfsq__toon-foot,.hfsq__toon-tail,.hfsq__toon-goo,.hfsq__toon-blade{position:absolute;display:block}.hfsq__toon-jacket{left:50%;top:24%;width:54%;height:20%;transform:translateX(-50%);border-radius:28% 28% 16% 16%;background:linear-gradient(180deg,rgba(132,18,24,.95),rgba(36,7,10,.92));z-index:2}.hfsq__toon-belt{left:50%;top:47%;width:34%;height:4%;transform:translateX(-50%);border-radius:999px;background:linear-gradient(90deg,#d2ad4f,#77581e);z-index:5}.hfsq__toon-hand{width:11%;height:7%;border-radius:48%;background:#efc0a1;z-index:6}.hfsq__toon-hand--left{left:18%;top:52%}.hfsq__toon-hand--right{right:17%;top:49%}.hfsq__toon-foot{width:18%;height:7%;border-radius:45% 45% 30% 30%;background:#070b10;z-index:3}.hfsq__toon-foot--left{left:34%;top:84%}.hfsq__toon-foot--right{right:34%;top:84%}.hfsq__toon-blade{left:-38%;top:-16%;width:170%;height:32%;border-radius:12px;background:linear-gradient(90deg,#f7f4ee,#bcbcbc 55%,#f4f4f4);box-shadow:0 0 10px rgba(255,255,255,.22)}.hfsq__toon-weapon{right:2%;top:35%;width:11%;height:31%;background:linear-gradient(180deg,#6f4327 10%,#462617 100%);transform:rotate(-24deg);z-index:7}.hfsq__toon--hero .hfsq__toon-arm--right,.hfsq__toon--hero .hfsq__toon-hand--right,.hfsq__toon--hero .hfsq__toon-weapon{transition:transform .24s ease}.hfsq__actor--monster .hfsq__toon-head,.hfsq__actor--monster .hfsq__toon-hand,.hfsq__actor--monster .hfsq__toon-mouth,.hfsq__actor--monster .hfsq__toon-eye,.hfsq__actor--monster .hfsq__toon-foot,.hfsq__actor--monster .hfsq__toon-jacket,.hfsq__actor--monster .hfsq__toon-belt{filter:saturate(1.08)}.hfsq__actor--monster .hfsq__toon-hair{display:none}.hfsq__actor--monster .hfsq__toon-crown{width:28%;height:9%;top:0;border-radius:50%;background:0 0}.hfsq__theme--zombie .hfsq__actor--monster .hfsq__toon-jacket{background:linear-gradient(180deg,#4b5e3a,#1d2418)}.hfsq__theme--zombie .hfsq__actor--monster .hfsq__toon-body{background:linear-gradient(180deg,#7eb76f,#40603d)}.hfsq__theme--zombie .hfsq__actor--monster .hfsq__toon-mouth{width:28%;height:9%;background:#511;box-shadow:inset 0 -2px 0 #fff}.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-crown{width:18%;height:50%;top:50%;left:16%;transform:none;border-radius:0 0 50% 50%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.6));filter:blur(2px)}.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-tail{left:50%;bottom:8%;width:44%;height:28%;transform:translateX(-50%);border-radius:0 0 45% 45%;background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(110,214,255,.14));filter:blur(1px)}.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-foot,.hfsq__theme--ghost .hfsq__actor--monster .hfsq__toon-hand{opacity:.18}.hfsq__theme--alien .hfsq__actor--monster .hfsq__toon-crown:before,.hfsq__theme--alien .hfsq__actor--monster .hfsq__toon-crown:after{content:'';position:absolute;top:8%;width:10%;height:120%;border-radius:999px;background:linear-gradient(180deg,#81ff84,#244e23)}.hfsq__theme--alien .hfsq__actor--monster .hfsq__toon-crown:before{left:30%;transform:rotate(-20deg)}.hfsq__theme--alien .hfsq__actor--monster .hfsq__toon-crown:after{right:30%;transform:rotate(20deg)}.hfsq__theme--alien .hfsq__actor--monster .hfsq__toon-goo{left:50%;top:22%;width:22%;height:10%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(64,255,224,.85),rgba(0,0,0,0) 70%)}.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-jacket,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-belt{background:repeating-linear-gradient(135deg,#f0e3c8 0 8px,#bea77d 8px 16px)}.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-crown{width:30%;height:8%;background:#7d6237;opacity:.45}.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon-goo{left:42%;bottom:10%;width:26%;height:18%;border-radius:50% 50% 40% 40%;background:linear-gradient(180deg,rgba(51,255,68,.9),rgba(7,120,25,.45));filter:blur(1px)}.hfsq__theme--slime .hfsq__actor--monster .hfsq__toon-tail{left:58%;bottom:6%;width:18%;height:20%;border-radius:50%;background:linear-gradient(180deg,rgba(57,255,70,.85),rgba(15,117,28,.2))}.hfsq__cutscene-stage[data-hero=attack] .hfsq__toon--hero,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__toon--hero{transform:translateX(18px) rotate(-8deg) scale(1.06)}.hfsq__cutscene-stage[data-hero=attack] .hfsq__toon--hero .hfsq__toon-weapon,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__toon--hero .hfsq__toon-weapon{transform:rotate(-76deg) translate(10px,-8px) scale(1.16)}.hfsq__cutscene-stage[data-hero=attack] .hfsq__toon--hero .hfsq__toon-arm--right,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__toon--hero .hfsq__toon-arm--right{transform:rotate(-84deg) translateY(-4px)}.hfsq__cutscene-stage[data-monster=lunge] .hfsq__toon--monster,.hfsq__cutscene-stage[data-monster=attack] .hfsq__toon--monster,.hfsq__cutscene-stage[data-monster=victory] .hfsq__toon--monster{transform:translateX(-18px) rotate(8deg) scale(1.08)}.hfsq__cutscene-stage[data-monster=down] .hfsq__toon--monster,.hfsq__cutscene-stage[data-monster=hit] .hfsq__toon--monster{transform:translate(28px,36px) rotate(18deg) scale(.88)}.hfsq__cutscene-stage[data-hero=down] .hfsq__toon--hero,.hfsq__cutscene-stage[data-hero=hit] .hfsq__toon--hero{transform:translate(-20px,30px) rotate(-18deg) scale(.92)}.hfsq__cutscene-stage[data-monster=float] .hfsq__toon--monster{animation:hfsqMonsterFloat 1.2s ease-in-out infinite alternate}.hfsq__result-summary{box-shadow:0 24px 70px rgba(0,0,0,.36)}@keyframes hfsqStageShake{0%{transform:translateX(0)}25%{transform:translateX(-6px)}50%{transform:translateX(6px)}75%{transform:translateX(-4px)}100%{transform:translateX(0)}}@keyframes hfsqMonsterFloat{0%{transform:translateY(-10px) rotate(1deg)}100%{transform:translateY(14px) rotate(-2deg)}}@keyframes hfsqParticle1{0%{transform:translate(0,0) scale(.4);opacity:0}30%{opacity:.92}100%{transform:translate(-85px,-65px) scale(1.2);opacity:0}}@keyframes hfsqParticle2{0%{transform:translate(0,0) scale(.3);opacity:0}30%{opacity:.9}100%{transform:translate(15px,-120px) scale(1.1);opacity:0}}@keyframes hfsqParticle3{0%{transform:translate(0,0) scale(.4);opacity:0}30%{opacity:.88}100%{transform:translate(90px,-70px) scale(1.15);opacity:0}}@keyframes hfsqParticle4{0%{transform:translate(0,0) scale(.2);opacity:0}30%{opacity:.84}100%{transform:translate(-30px,-145px) scale(1.08);opacity:0}}@media (max-width:760px){.hfsq__audio-toggle{position:static;margin-top:12px;width:fit-content}.hfsq__toon{width:136px;height:236px}.hfsq__actor--hero,.hfsq__actor--monster{flex-basis:40%}}.hfsq__cutscene-card{background:radial-gradient(circle at top center,rgba(190,0,0,.08),transparent 28%),#000}.hfsq__cutscene-top{margin-bottom:8px}.hfsq__cinema-screen{background:#050506}.hfsq__cutscene-stage{isolation:isolate;background:linear-gradient(180deg,rgba(14,16,24,.68),rgba(5,6,8,.92))}.hfsq__cutscene-stage:before{content:'';position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.08) 0 1px,transparent 1.6px),radial-gradient(circle at 72% 22%,rgba(255,255,255,.06) 0 1px,transparent 1.5px),radial-gradient(circle at 50% 20%,rgba(255,255,255,.06) 0 1px,transparent 1.5px),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0) 18%),radial-gradient(circle at center,rgba(255,255,255,.09),transparent 46%);background-size:18px 18px,22px 22px,20px 20px,100% 100%,100% 100%;mix-blend-mode:screen;opacity:.55}.hfsq__cutscene-stage:after{content:'';position:absolute;inset:auto 0 0 0;height:38%;z-index:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.3) 14%,rgba(0,0,0,.8) 15%),radial-gradient(circle at 10% 100%,rgba(255,255,255,.06) 0 8%,transparent 8.2%),radial-gradient(circle at 24% 100%,rgba(255,255,255,.05) 0 8%,transparent 8.2%),radial-gradient(circle at 40% 100%,rgba(255,255,255,.04) 0 10%,transparent 10.2%),radial-gradient(circle at 57% 100%,rgba(255,255,255,.05) 0 8%,transparent 8.2%),radial-gradient(circle at 72% 100%,rgba(255,255,255,.05) 0 9%,transparent 9.2%),radial-gradient(circle at 88% 100%,rgba(255,255,255,.04) 0 8%,transparent 8.2%),linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.65));background-repeat:no-repeat}.hfsq__theme--frankenstein .hfsq__cutscene-stage{background:radial-gradient(circle at 28% 16%,rgba(49,255,141,.16),transparent 26%),linear-gradient(180deg,rgba(20,49,33,.72),rgba(5,7,6,.96))}.hfsq__theme--vampire .hfsq__cutscene-stage{background:radial-gradient(circle at 76% 16%,rgba(255,73,73,.18),transparent 24%),linear-gradient(180deg,rgba(59,15,32,.76),rgba(7,4,8,.97))}.hfsq__theme--werewolf .hfsq__cutscene-stage{background:radial-gradient(circle at 78% 14%,rgba(255,220,122,.18),transparent 18%),linear-gradient(180deg,rgba(52,46,30,.78),rgba(7,7,7,.97))}.hfsq__theme--mummy .hfsq__cutscene-stage{background:radial-gradient(circle at 24% 18%,rgba(240,197,104,.16),transparent 24%),linear-gradient(180deg,rgba(77,58,29,.78),rgba(9,8,5,.97))}.hfsq__theme--creature .hfsq__cutscene-stage{background:radial-gradient(circle at 22% 16%,rgba(55,255,240,.16),transparent 24%),linear-gradient(180deg,rgba(14,59,56,.78),rgba(4,8,9,.98))}.hfsq__toon{width:clamp(180px,20vw,240px);height:clamp(280px,34vw,390px)}.hfsq__actor{min-height:360px}.hfsq__toon-shadow{left:16%;right:16%;bottom:4%;height:10%}.hfsq__toon-head{top:5%;width:32%;height:16%;border-radius:42% 42% 40% 40%;box-shadow:inset 0 -8px 0 rgba(0,0,0,.08),0 10px 16px rgba(0,0,0,.18)}.hfsq__toon-body{top:22%;width:34%;height:28%;border-radius:26% 26% 16% 16%;z-index:3;box-shadow:inset 0 -12px 0 rgba(0,0,0,.12)}.hfsq__toon-jacket{top:24%;width:40%;height:18%}.hfsq__toon-arm{top:27%;width:10%;height:28%;z-index:2}.hfsq__toon-hand{width:9.5%;height:6%}.hfsq__toon-leg{top:49%;width:11%;height:32%;z-index:1}.hfsq__toon-foot{width:16%;height:6%}.hfsq__toon-mouth{height:7%}.hfsq__toon--hero .hfsq__toon-body{background:linear-gradient(180deg,#323943,#0d1015)}.hfsq__toon--hero .hfsq__toon-jacket{background:linear-gradient(180deg,#7b101a,#2f070c)}.hfsq__toon--hero .hfsq__toon-leg{background:linear-gradient(180deg,#243447,#0a1017)}.hfsq__toon--hero .hfsq__toon-arm{background:linear-gradient(180deg,#9a5d45,#4a2419)}.hfsq__toon--hero .hfsq__toon-hair:before,.hfsq__toon--hero .hfsq__toon-hair:after{content:'';position:absolute;top:30%;width:28%;height:36%;border-radius:50%;background:rgba(255,255,255,.08)}.hfsq__toon--hero .hfsq__toon-hair:before{left:12%}.hfsq__toon--hero .hfsq__toon-hair:after{right:12%}.hfsq__toon--hero .hfsq__toon-arm--left{animation:hfsqHeroArmL 1.05s ease-in-out infinite alternate}.hfsq__toon--hero .hfsq__toon-arm--right{animation:hfsqHeroArmR 1.05s ease-in-out infinite alternate}.hfsq__toon--hero .hfsq__toon-leg--left{animation:hfsqHeroLegL 1s ease-in-out infinite alternate}.hfsq__toon--hero .hfsq__toon-leg--right{animation:hfsqHeroLegR 1s ease-in-out infinite alternate}.hfsq__toon--hero .hfsq__toon-head{animation:hfsqHeadBob 1.2s ease-in-out infinite alternate}.hfsq__toon--monster .hfsq__toon-arm--left{animation:hfsqMonsterArmL 1.1s ease-in-out infinite alternate}.hfsq__toon--monster .hfsq__toon-arm--right{animation:hfsqMonsterArmR 1.1s ease-in-out infinite alternate}.hfsq__toon--monster .hfsq__toon-leg--left{animation:hfsqMonsterLegL 1.05s ease-in-out infinite alternate}.hfsq__toon--monster .hfsq__toon-leg--right{animation:hfsqMonsterLegR 1.05s ease-in-out infinite alternate}.hfsq__toon--monster .hfsq__toon-head{animation:hfsqMonsterHead 1.15s ease-in-out infinite alternate}.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-head{width:38%;border-radius:18% 18% 22% 22%;background:linear-gradient(180deg,#a3dc7e,#5c8d4e)}.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-hair,.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-crown{width:40%;height:8%;top:3%;background:#121314;border-radius:8px 8px 0 0}.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-crown:before,.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-crown:after{content:'';position:absolute;top:88px;width:9px;height:22px;border-radius:4px;background:linear-gradient(180deg,#cfd3d8,#656a72)}.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-crown:before{left:-10px}.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-crown:after{right:-10px}.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-body,.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-jacket{background:linear-gradient(180deg,#44586b,#161c22)}.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-arm,.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-leg,.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon-hand{background:linear-gradient(180deg,#90c876,#46663e)}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-head{background:linear-gradient(180deg,#f1dfde,#d5b1b1)}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-crown{width:38%;height:11%;top:2%;background:#09090c;clip-path:polygon(0% 90%,20% 22%,38% 64%,50% 0%,62% 64%,80% 18%,100% 90%)}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-body{background:linear-gradient(180deg,#1b1f28,#0a0c10)}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-jacket{width:52%;height:24%;background:linear-gradient(180deg,#53030d,#130205);clip-path:polygon(50% 0%,100% 14%,88% 100%,12% 100%,0% 14%)}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-mouth{width:22%;background:#4a0303}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-mouth:before,.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-mouth:after{content:'';position:absolute;bottom:-4px;width:4px;height:8px;background:#fff}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-mouth:before{left:28%}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon-mouth:after{right:28%}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-head{background:linear-gradient(180deg,#a77b48,#644522)}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-crown{width:44%;height:12%;top:0;background:0 0}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-crown:before,.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-crown:after{content:'';position:absolute;top:0;width:18px;height:24px;background:linear-gradient(180deg,#7f5a31,#3e2713);clip-path:polygon(50% 0%,100% 100%,0% 100%)}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-crown:before{left:8px;transform:rotate(-16deg)}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-crown:after{right:8px;transform:rotate(16deg)}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-body,.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-arm,.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-leg,.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-hand{background:linear-gradient(180deg,#9f7448,#57371a)}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-mouth{width:32%;height:10%;background:#2e120a}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon-tail{right:16%;bottom:18%;width:18%;height:12%;border-radius:0 70% 70% 0;background:linear-gradient(90deg,#6b4827,#3b240f);transform:rotate(18deg)}.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-head,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-body,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-jacket,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-arm,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-leg,.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-hand{background:repeating-linear-gradient(135deg,#efe4ca 0 7px,#bea77d 7px 14px)}.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon-crown{width:30%;height:8%;background:rgba(120,96,48,.4)}.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon-head{background:linear-gradient(180deg,#63d0bb,#2d8572)}.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon-body,.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon-arm,.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon-leg,.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon-hand{background:linear-gradient(180deg,#59bea8,#206f61)}.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon-crown{width:16%;height:26%;top:0;background:linear-gradient(180deg,#7ff6e0,#186d60);clip-path:polygon(50% 0%,100% 100%,0% 100%)}.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon-tail{right:14%;bottom:14%;width:20%;height:14%;border-radius:0 70% 70% 0;background:linear-gradient(90deg,#2ab69a,#104d44);transform:rotate(28deg)}.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon-goo{left:16%;bottom:14%;width:18%;height:10%;border-radius:50%;background:radial-gradient(circle,rgba(108,255,239,.9),rgba(5,120,102,0))}.hfsq__cutscene-stage[data-hero=attack] .hfsq__toon--hero .hfsq__toon-leg--left,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__toon--hero .hfsq__toon-leg--left{transform:rotate(18deg) translateY(-3px)}.hfsq__cutscene-stage[data-hero=attack] .hfsq__toon--hero .hfsq__toon-leg--right,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__toon--hero .hfsq__toon-leg--right{transform:rotate(-12deg) translateY(4px)}.hfsq__cutscene-stage[data-monster=lunge] .hfsq__toon--monster .hfsq__toon-leg--left,.hfsq__cutscene-stage[data-monster=attack] .hfsq__toon--monster .hfsq__toon-leg--left{transform:rotate(18deg) translateY(-4px)}.hfsq__cutscene-stage[data-monster=lunge] .hfsq__toon--monster .hfsq__toon-leg--right,.hfsq__cutscene-stage[data-monster=attack] .hfsq__toon--monster .hfsq__toon-leg--right{transform:rotate(-18deg) translateY(6px)}@keyframes hfsqHeroArmL{0%{transform:rotate(18deg)}100%{transform:rotate(36deg) translateY(3px)}}@keyframes hfsqHeroArmR{0%{transform:rotate(-18deg)}100%{transform:rotate(-36deg) translateY(-2px)}}@keyframes hfsqHeroLegL{0%{transform:rotate(4deg)}100%{transform:rotate(14deg) translateY(2px)}}@keyframes hfsqHeroLegR{0%{transform:rotate(-4deg)}100%{transform:rotate(-12deg) translateY(-1px)}}@keyframes hfsqMonsterArmL{0%{transform:rotate(18deg)}100%{transform:rotate(44deg) translateY(6px)}}@keyframes hfsqMonsterArmR{0%{transform:rotate(-18deg)}100%{transform:rotate(-44deg) translateY(1px)}}@keyframes hfsqMonsterLegL{0%{transform:rotate(5deg)}100%{transform:rotate(16deg) translateY(2px)}}@keyframes hfsqMonsterLegR{0%{transform:rotate(-5deg)}100%{transform:rotate(-15deg) translateY(-2px)}}@keyframes hfsqHeadBob{0%{transform:translateX(-50%) translateY(-1px)}100%{transform:translateX(-50%) translateY(5px)}}@keyframes hfsqMonsterHead{0%{transform:translateX(-50%) translateY(-2px) rotate(1deg)}100%{transform:translateX(-50%) translateY(5px) rotate(-2deg)}}@media (max-width:760px){.hfsq__toon{width:148px;height:255px}.hfsq__actor{min-height:250px}.hfsq__audio-toggle{margin-left:auto;margin-right:auto}}.hfsq__comic-set,.hfsq__comic-set span{position:absolute;pointer-events:none}.hfsq__comic-set{inset:0;z-index:0}.hfsq__comic-halftone{inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.07) 0 1.2px,transparent 1.4px);background-size:18px 18px;opacity:.28;mix-blend-mode:screen}.hfsq__comic-moon{top:8%;right:8%;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.92) 0 28%,rgba(236,241,255,.7) 30%,rgba(255,255,255,0) 72%);box-shadow:0 0 0 5px rgba(0,0,0,.26),0 0 20px rgba(255,255,255,.18)}.hfsq__comic-fog{left:0;right:0;bottom:12%;height:22%;background:radial-gradient(circle at 16% 50%,rgba(255,255,255,.15),transparent 35%),radial-gradient(circle at 48% 40%,rgba(255,255,255,.12),transparent 34%),radial-gradient(circle at 80% 55%,rgba(255,255,255,.12),transparent 36%);filter:blur(8px)}.hfsq__comic-ground{left:-2%;right:-2%;bottom:0;height:24%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.28) 12%,rgba(0,0,0,.84) 14%),linear-gradient(180deg,#1a1a1f,#09090b);clip-path:polygon(0 34%,7% 32%,13% 36%,22% 30%,29% 34%,37% 31%,46% 36%,57% 30%,67% 35%,76% 29%,84% 34%,91% 31%,100% 35%,100% 100%,0 100%)}.hfsq__comic-arch,.hfsq__comic-pillar,.hfsq__comic-stair,.hfsq__comic-cross,.hfsq__comic-tree,.hfsq__comic-fence,.hfsq__comic-coil,.hfsq__comic-vat,.hfsq__comic-table,.hfsq__comic-bolt,.hfsq__comic-hotel,.hfsq__comic-window,.hfsq__comic-chandelier,.hfsq__comic-stairs-hotel{display:none}.hfsq__cutscene-stage[data-backdrop=crypt] .hfsq__comic-arch,.hfsq__cutscene-stage[data-backdrop=crypt] .hfsq__comic-pillar,.hfsq__cutscene-stage[data-backdrop=crypt] .hfsq__comic-stair{display:block}.hfsq__cutscene-stage[data-backdrop=cemetery] .hfsq__comic-cross,.hfsq__cutscene-stage[data-backdrop=cemetery] .hfsq__comic-tree,.hfsq__cutscene-stage[data-backdrop=cemetery] .hfsq__comic-fence{display:block}.hfsq__cutscene-stage[data-backdrop=lab] .hfsq__comic-coil,.hfsq__cutscene-stage[data-backdrop=lab] .hfsq__comic-vat,.hfsq__cutscene-stage[data-backdrop=lab] .hfsq__comic-table,.hfsq__cutscene-stage[data-backdrop=lab] .hfsq__comic-bolt{display:block}.hfsq__cutscene-stage[data-backdrop=hotel] .hfsq__comic-hotel,.hfsq__cutscene-stage[data-backdrop=hotel] .hfsq__comic-window,.hfsq__cutscene-stage[data-backdrop=hotel] .hfsq__comic-chandelier,.hfsq__cutscene-stage[data-backdrop=hotel] .hfsq__comic-stairs-hotel{display:block}.hfsq__comic-arch{top:22%;width:24%;height:38%;border:4px solid rgba(0,0,0,.72);border-bottom:none;border-radius:48% 48% 0 0/28% 28% 0 0;background:linear-gradient(180deg,rgba(88,92,104,.7),rgba(26,28,33,.95));box-shadow:inset 0 0 0 5px rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.24)}.hfsq__comic-arch:before{content:'';position:absolute;inset:14% 18% 0;border:4px solid rgba(0,0,0,.68);border-bottom:none;border-radius:48% 48% 0 0/30% 30% 0 0;background:linear-gradient(180deg,rgba(20,20,24,.25),rgba(8,8,10,.95))}.hfsq__comic-arch--1{left:10%}.hfsq__comic-arch--2{right:10%}.hfsq__comic-pillar{bottom:24%;width:8%;height:38%;border:4px solid rgba(0,0,0,.72);background:linear-gradient(180deg,#7c808a,#303239)}.hfsq__comic-pillar:before,.hfsq__comic-pillar:after{content:'';position:absolute;left:-8%;right:-8%;height:10%;border:4px solid rgba(0,0,0,.72);background:linear-gradient(180deg,#999da6,#42444c)}.hfsq__comic-pillar:before{top:-6%}.hfsq__comic-pillar:after{bottom:-6%}.hfsq__comic-pillar--1{left:22%}.hfsq__comic-pillar--2{right:22%}.hfsq__comic-stair{left:28%;right:28%;bottom:18%;height:12%;border-top:4px solid rgba(0,0,0,.72);background:linear-gradient(180deg,transparent 0 14%,rgba(0,0,0,.55) 14% 16%,transparent 16% 32%,rgba(0,0,0,.55) 32% 34%,transparent 34% 50%,rgba(0,0,0,.55) 50% 52%,transparent 52% 68%,rgba(0,0,0,.55) 68% 70%,transparent 70%),linear-gradient(180deg,#7e8188,#2b2d34)}.hfsq__comic-cross{bottom:23%;width:6%;height:18%;background:linear-gradient(180deg,#808189,#2b2c33);border:4px solid rgba(0,0,0,.72);border-radius:6px}.hfsq__comic-cross:before{content:'';position:absolute;top:24%;left:-42%;right:-42%;height:18%;border:4px solid rgba(0,0,0,.72);border-radius:6px;background:inherit}.hfsq__comic-cross--1{left:14%}.hfsq__comic-cross--2{left:28%;height:14%}.hfsq__comic-cross--3{right:18%;height:16%}.hfsq__comic-tree{left:72%;bottom:20%;width:11%;height:42%;border-left:6px solid rgba(0,0,0,.8)}.hfsq__comic-tree:before,.hfsq__comic-tree:after{content:'';position:absolute;border-top:6px solid rgba(0,0,0,.8);width:70%}.hfsq__comic-tree:before{top:30%;left:-10%;transform:rotate(-28deg)}.hfsq__comic-tree:after{top:48%;left:10%;transform:rotate(34deg)}.hfsq__comic-fence{left:6%;right:6%;bottom:19%;height:8%;background:repeating-linear-gradient(90deg,transparent 0 16px,rgba(0,0,0,.8) 16px 20px);border-top:4px solid rgba(0,0,0,.8)}.hfsq__comic-coil,.hfsq__comic-vat,.hfsq__comic-table,.hfsq__comic-bolt{filter:drop-shadow(0 8px 16px rgba(0,0,0,.22))}.hfsq__comic-coil{bottom:30%;width:14%;height:20%;border:4px solid rgba(0,0,0,.78);border-radius:50% 50% 12% 12%;background:repeating-linear-gradient(90deg,transparent 0 10px,rgba(255,255,255,.18) 10px 12px),linear-gradient(180deg,#6dcbe0,#24495b)}.hfsq__comic-coil:before{content:'';position:absolute;left:18%;right:18%;top:-18%;height:18%;border:4px solid rgba(0,0,0,.78);background:linear-gradient(180deg,#878f99,#444d57)}.hfsq__comic-coil--1{left:10%}.hfsq__comic-coil--2{right:10%}.hfsq__comic-vat{left:38%;bottom:23%;width:24%;height:32%;border:4px solid rgba(0,0,0,.78);border-radius:16px 16px 40px 40px;background:linear-gradient(180deg,rgba(91,255,135,.85),rgba(18,84,31,.92));box-shadow:inset 0 0 0 5px rgba(255,255,255,.08)}.hfsq__comic-vat:before{content:'';position:absolute;inset:10% 12%;border-radius:12px 12px 34px 34px;background:linear-gradient(180deg,rgba(209,255,222,.25),rgba(255,255,255,.05))}.hfsq__comic-table{left:46%;bottom:18%;width:22%;height:8%;border:4px solid rgba(0,0,0,.78);background:linear-gradient(180deg,#939aa0,#3f4348);transform:skew(-18deg)}.hfsq__comic-bolt{top:16%;width:6%;height:12%;background:linear-gradient(180deg,#fff7ab,#ffe35c);clip-path:polygon(50% 0%,100% 0%,68% 48%,100% 48%,34% 100%,46% 58%,12% 58%);box-shadow:0 0 0 4px rgba(0,0,0,.26),0 0 18px rgba(255,230,112,.35)}.hfsq__comic-bolt--1{left:22%}.hfsq__comic-bolt--2{right:22%;top:22%}.hfsq__comic-hotel{right:10%;bottom:22%;width:28%;height:46%;border:4px solid rgba(0,0,0,.78);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0) 12%),linear-gradient(180deg,#6e5e64,#2a2327);box-shadow:inset 0 0 0 5px rgba(255,255,255,.03)}.hfsq__comic-hotel:before{content:'';position:absolute;inset:-9% 18% auto 18%;height:16%;border:4px solid rgba(0,0,0,.78);background:linear-gradient(180deg,#8f7a82,#41353c);clip-path:polygon(50% 0%,100% 100%,0% 100%)}.hfsq__comic-window{width:6%;height:10%;border:4px solid rgba(0,0,0,.78);background:linear-gradient(90deg,transparent 0 45%,rgba(0,0,0,.55) 45% 55%,transparent 55%),linear-gradient(180deg,transparent 0 45%,rgba(0,0,0,.55) 45% 55%,transparent 55%),linear-gradient(180deg,#f4e2a0,#8d6940)}.hfsq__comic-window--1{right:26%;top:24%}.hfsq__comic-window--2{right:17%;top:36%}.hfsq__comic-window--3{right:29%;top:44%}.hfsq__comic-chandelier{left:20%;top:12%;width:8%;height:20%;border-left:4px solid rgba(0,0,0,.78)}.hfsq__comic-chandelier:before{content:'';position:absolute;left:-55%;right:-55%;bottom:0;height:28%;border:4px solid rgba(0,0,0,.78);border-top:none;border-radius:0 0 70% 70%;background:linear-gradient(180deg,#f1ca5d,#7a5923)}.hfsq__comic-stairs-hotel{left:8%;bottom:20%;width:24%;height:28%;border-left:4px solid rgba(0,0,0,.78);border-bottom:4px solid rgba(0,0,0,.78);transform:skewY(-22deg);background:linear-gradient(180deg,transparent 0 14%,rgba(0,0,0,.6) 14% 16%,transparent 16% 30%,rgba(0,0,0,.6) 30% 32%,transparent 32% 46%,rgba(0,0,0,.6) 46% 48%,transparent 48% 62%,rgba(0,0,0,.6) 62% 64%,transparent 64%),linear-gradient(180deg,rgba(131,109,87,.35),rgba(55,40,32,.9))}.hfsq__toon-head,.hfsq__toon-body,.hfsq__toon-jacket,.hfsq__toon-arm,.hfsq__toon-leg,.hfsq__toon-hand,.hfsq__toon-foot,.hfsq__toon-hair,.hfsq__toon-crown,.hfsq__toon-belt,.hfsq__toon-tail,.hfsq__toon-goo,.hfsq__toon-weapon,.hfsq__toon-mouth{box-shadow:0 0 0 4px rgba(0,0,0,.62),inset 0 -3px 0 rgba(0,0,0,.12)}.hfsq__toon-eye{box-shadow:0 0 0 2px rgba(0,0,0,.55)}.hfsq__toon--hero .hfsq__toon-head:before{content:'';position:absolute;left:8%;right:8%;top:12%;height:14%;border-bottom:3px solid rgba(0,0,0,.4);border-radius:50%}.hfsq__toon--hero .hfsq__toon-jacket:before,.hfsq__toon--hero .hfsq__toon-jacket:after{content:'';position:absolute;top:14%;width:32%;height:54%;border:3px solid rgba(0,0,0,.35);background:rgba(255,255,255,.04)}.hfsq__toon--hero .hfsq__toon-jacket:before{left:8%;transform:skewY(8deg)}.hfsq__toon--hero .hfsq__toon-jacket:after{right:8%;transform:skewY(-8deg)}.hfsq__toon--monster .hfsq__toon-head:after{content:'';position:absolute;left:22%;right:22%;top:60%;height:5%;border-top:3px solid rgba(0,0,0,.35)}.hfsq__slash{position:absolute;z-index:5;width:16%;height:3%;opacity:0;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.95) 18%,rgba(255,38,38,.95) 45%,rgba(122,0,0,.92) 100%);border-radius:999px;filter:drop-shadow(0 0 12px rgba(255,35,35,.35))}.hfsq__slash--1{left:38%;top:42%;transform:rotate(-18deg)}.hfsq__slash--2{left:43%;top:37%;transform:rotate(14deg)}.hfsq__slash--3{left:46%;top:48%;transform:rotate(-32deg)}.hfsq__cutscene-stage.is-impact .hfsq__slash--1{animation:hfsqSlashA .42s ease-out both}.hfsq__cutscene-stage.is-impact .hfsq__slash--2{animation:hfsqSlashB .5s ease-out both}.hfsq__cutscene-stage.is-impact .hfsq__slash--3{animation:hfsqSlashC .55s ease-out both}.hfsq__cutscene-stage[data-splat=blood] .hfsq__splat,.hfsq__cutscene-stage[data-splat=dust] .hfsq__splat,.hfsq__cutscene-stage[data-splat=ecto] .hfsq__splat,.hfsq__cutscene-stage[data-splat=spark] .hfsq__splat,.hfsq__cutscene-stage[data-splat=slime] .hfsq__splat,.hfsq__cutscene-stage[data-splat=confetti] .hfsq__splat,.hfsq__cutscene-stage[data-splat=flash] .hfsq__splat{transform:scale(1.22);filter:saturate(1.18)}@keyframes hfsqSlashA{0%{opacity:0;transform:translate(-18px,18px) rotate(-24deg) scale(.2)}35%{opacity:1}100%{opacity:0;transform:translate(32px,-24px) rotate(-14deg) scale(1)}}@keyframes hfsqSlashB{0%{opacity:0;transform:translate(-10px,16px) rotate(10deg) scale(.25)}35%{opacity:.95}100%{opacity:0;transform:translate(28px,-22px) rotate(18deg) scale(1)}}@keyframes hfsqSlashC{0%{opacity:0;transform:translate(-12px,12px) rotate(-34deg) scale(.2)}35%{opacity:.92}100%{opacity:0;transform:translate(26px,-18px) rotate(-24deg) scale(1)}}@media (max-width:760px){.hfsq__comic-moon{width:82px;height:82px}.hfsq__comic-arch{width:28%}.hfsq__comic-hotel{width:34%}.hfsq__slash{width:22%}}.hfsq__comic-set{display:none !important}.hfsq__cutscene-stage{background-color:#050608;background-repeat:no-repeat;background-position:center center;background-size:cover}.hfsq__cutscene-stage:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.25) 38%,rgba(0,0,0,.58) 100%),radial-gradient(circle at center,rgba(255,255,255,.05),rgba(0,0,0,0) 42%);z-index:0;pointer-events:none}.hfsq__cutscene-stage[data-backdrop=crypt]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-crypt-latest-v266.png)}.hfsq__cutscene-stage[data-backdrop=cemetery]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-cemetery-latest-v266.png)}.hfsq__cutscene-stage[data-backdrop=lab]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-lab-latest-v266.png)}.hfsq__cutscene-stage[data-backdrop=hotel]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-hall-latest-v266.png)}.hfsq__cutscene-stage[data-backdrop=forest]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-forest-latest-v266.png)}.hfsq__actor,.hfsq__effect-cluster,.hfsq__splat,.hfsq__gore-particle,.hfsq__slash,.hfsq__stage-glow{z-index:2}.hfsq__actor{min-height:470px;align-items:flex-end}.hfsq__toon{width:min(31vw,390px) !important;height:min(44vw,560px) !important;min-width:230px;min-height:330px;background-repeat:no-repeat;background-position:center bottom;background-size:contain;filter:drop-shadow(0 22px 24px rgba(0,0,0,.42)) drop-shadow(0 0 20px rgba(0,0,0,.25))}.hfsq__toon>span{display:none !important}.hfsq__actor--hero .hfsq__toon{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/hero-survivor.png);transform-origin:50% 88%;animation:hfsqHeroIllustratedIdle 1.9s ease-in-out infinite alternate}.hfsq__theme--frankenstein .hfsq__actor--monster .hfsq__toon{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-frankenstein.png)}.hfsq__theme--vampire .hfsq__actor--monster .hfsq__toon{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-vampire.png)}.hfsq__theme--werewolf .hfsq__actor--monster .hfsq__toon{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-werewolf.png)}.hfsq__theme--mummy .hfsq__actor--monster .hfsq__toon{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-mummy.png)}.hfsq__theme--creature .hfsq__actor--monster .hfsq__toon{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-creature.png)}.hfsq__actor--monster .hfsq__toon{transform-origin:50% 88%;animation:hfsqMonsterIllustratedIdle 1.65s ease-in-out infinite alternate}.hfsq__cutscene-stage[data-hero=attack] .hfsq__actor--hero .hfsq__toon,.hfsq__cutscene-stage[data-hero=celebrate] .hfsq__actor--hero .hfsq__toon{transform:translate(28px,-8px) rotate(-7deg) scale(1.08) !important}.hfsq__cutscene-stage[data-hero=down] .hfsq__actor--hero .hfsq__toon,.hfsq__cutscene-stage[data-hero=hit] .hfsq__actor--hero .hfsq__toon{transform:translate(-30px,18px) rotate(-14deg) scale(.92) !important;filter:drop-shadow(0 12px 16px rgba(0,0,0,.5)) saturate(.9)}.hfsq__cutscene-stage[data-monster=lunge] .hfsq__actor--monster .hfsq__toon,.hfsq__cutscene-stage[data-monster=attack] .hfsq__actor--monster .hfsq__toon,.hfsq__cutscene-stage[data-monster=victory] .hfsq__actor--monster .hfsq__toon{transform:translate(-26px,-10px) rotate(6deg) scale(1.08) !important}.hfsq__cutscene-stage[data-monster=down] .hfsq__actor--monster .hfsq__toon,.hfsq__cutscene-stage[data-monster=hit] .hfsq__actor--monster .hfsq__toon{transform:translate(32px,20px) rotate(16deg) scale(.9) !important;filter:drop-shadow(0 12px 16px rgba(0,0,0,.5)) saturate(.9)}.hfsq__cutscene-stage[data-monster=float] .hfsq__actor--monster .hfsq__toon{animation:hfsqMonsterGhostFloat 1.2s ease-in-out infinite alternate}.hfsq__theme--vampire .hfsq__cutscene-stage:before{background:linear-gradient(180deg,rgba(32,0,5,.12),rgba(0,0,0,.28) 40%,rgba(0,0,0,.62) 100%),radial-gradient(circle at center,rgba(126,0,0,.08),rgba(0,0,0,0) 42%)}.hfsq__theme--werewolf .hfsq__cutscene-stage:before{background:linear-gradient(180deg,rgba(20,14,0,.08),rgba(0,0,0,.28) 40%,rgba(0,0,0,.62) 100%),radial-gradient(circle at center,rgba(255,224,113,.05),rgba(0,0,0,0) 42%)}.hfsq__theme--frankenstein .hfsq__cutscene-stage:before,.hfsq__theme--creature .hfsq__cutscene-stage:before{background:linear-gradient(180deg,rgba(0,18,10,.08),rgba(0,0,0,.28) 40%,rgba(0,0,0,.62) 100%),radial-gradient(circle at center,rgba(77,255,181,.05),rgba(0,0,0,0) 42%)}.hfsq__theme--mummy .hfsq__cutscene-stage:before{background:linear-gradient(180deg,rgba(25,15,0,.08),rgba(0,0,0,.28) 40%,rgba(0,0,0,.62) 100%),radial-gradient(circle at center,rgba(255,214,107,.05),rgba(0,0,0,0) 42%)}@keyframes hfsqHeroIllustratedIdle{0%{transform:translateY(0) rotate(-1.2deg) scale(1)}100%{transform:translateY(-8px) rotate(1deg) scale(1.02)}}@keyframes hfsqMonsterIllustratedIdle{0%{transform:translateY(0) rotate(1deg) scale(1)}100%{transform:translateY(-10px) rotate(-1.3deg) scale(1.025)}}@keyframes hfsqMonsterGhostFloat{0%{transform:translateY(-4px) rotate(1deg) scale(1.01)}100%{transform:translateY(12px) rotate(-2deg) scale(1.04)}}@media (max-width:760px){.hfsq__actor{min-height:300px}.hfsq__toon{width:42vw !important;height:58vw !important;min-width:135px;min-height:200px}}.hfsq__card--question{position:relative;grid-template-columns:minmax(250px,.8fr) minmax(320px,1.15fr) minmax(210px,.7fr)}.hfsq__card--question:before{content:'';position:absolute;inset:0;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(0,0,0,0) 40%);pointer-events:none}.hfsq__card--question[data-card-backdrop=crypt]{background:linear-gradient(180deg,rgba(10,12,16,.94),rgba(8,10,14,.98)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-crypt-latest-v266.png) center/cover no-repeat}.hfsq__card--question[data-card-backdrop=cemetery]{background:linear-gradient(180deg,rgba(10,12,16,.94),rgba(8,10,14,.98)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-cemetery-latest-v266.png) center/cover no-repeat}.hfsq__card--question[data-card-backdrop=lab]{background:linear-gradient(180deg,rgba(10,12,16,.94),rgba(8,10,14,.98)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-lab-latest-v266.png) center/cover no-repeat}.hfsq__card--question[data-card-backdrop=hotel]{background:linear-gradient(180deg,rgba(10,12,16,.94),rgba(8,10,14,.98)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-hall-latest-v266.png) center/cover no-repeat}.hfsq__card--question[data-card-backdrop=forest]{background:linear-gradient(180deg,rgba(10,12,16,.94),rgba(8,10,14,.98)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-forest-latest-v266.png) center/cover no-repeat}.hfsq__side-art{position:relative;z-index:1;padding:22px 20px 22px 0;display:flex}.hfsq__promo-card,.hfsq__promo-showcase-card{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.12);background-color:rgba(6,8,12,.88);box-shadow:0 18px 36px rgba(0,0,0,.28)}.hfsq__promo-card:before,.hfsq__promo-showcase-card:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.6) 100%);z-index:0}.hfsq__promo-card[data-backdrop=crypt],.hfsq__promo-showcase-card[data-backdrop=crypt]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-crypt-latest-v266.png);background-size:cover;background-position:center}.hfsq__promo-card[data-backdrop=cemetery],.hfsq__promo-showcase-card[data-backdrop=cemetery]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-cemetery-latest-v266.png);background-size:cover;background-position:center}.hfsq__promo-card[data-backdrop=lab],.hfsq__promo-showcase-card[data-backdrop=lab]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-lab-latest-v266.png);background-size:cover;background-position:center}.hfsq__promo-card[data-backdrop=hotel],.hfsq__promo-showcase-card[data-backdrop=hotel]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-hall-latest-v266.png);background-size:cover;background-position:center}.hfsq__promo-card[data-backdrop=forest],.hfsq__promo-showcase-card[data-backdrop=forest]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-forest-latest-v266.png);background-size:cover;background-position:center}.hfsq__promo-card{width:100%;min-height:100%;padding:14px 14px 220px;display:flex;flex-direction:column;justify-content:space-between}.hfsq__promo-card-label,.hfsq__promo-card-title,.hfsq__promo-copy,.hfsq__promo-kicker,.hfsq__promo-headline,.hfsq__promo-subline{position:relative;z-index:1}.hfsq__promo-card-label,.hfsq__promo-kicker{display:inline-flex;align-self:flex-start;font-size:.7rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;padding:6px 10px;border-radius:999px;color:#fff4f6;background:rgba(196,14,38,.75)}.hfsq__promo-card-title,.hfsq__promo-headline{display:block;margin-top:12px;color:#fff;font-weight:900;line-height:1.06;font-size:clamp(1.05rem,2vw,1.45rem);text-shadow:0 2px 12px rgba(0,0,0,.5)}.hfsq__promo-subline{display:block;margin-top:8px;max-width:420px;color:rgba(255,255,255,.82);font-size:.92rem}.hfsq__promo-showcase{margin-top:16px}.hfsq__promo-showcase-card{min-height:290px;padding:18px 24px;display:flex;align-items:stretch;justify-content:space-between;gap:16px}.hfsq__promo-copy{display:flex;flex-direction:column;justify-content:flex-end;max-width:48%}.hfsq__promo-figure{position:absolute;right:0;bottom:0;width:76%;height:100%;background-repeat:no-repeat;background-position:right bottom;background-size:contain;z-index:1;filter:drop-shadow(0 14px 20px rgba(0,0,0,.45))}.hfsq__promo-figure--showcase{position:absolute;right:0;bottom:0;width:min(52%,420px);height:100%}.hfsq__promo-figure[data-promo=ghoul]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/promos/promo-ghoul.png)}.hfsq__promo-figure[data-promo=vampire]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/promos/promo-vampire.png)}.hfsq__promo-figure[data-promo=werewolf]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/promos/promo-werewolf.png)}.hfsq__promo-figure[data-promo=creature]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/promos/promo-creature.png)}@media (max-width:1060px){.hfsq__card--question{grid-template-columns:minmax(220px,.8fr) minmax(290px,1fr)}.hfsq__side-art{grid-column:1/-1;padding:0 18px 18px}.hfsq__promo-card{min-height:250px;padding-bottom:200px}}@media (max-width:760px){.hfsq__promo-showcase-card{min-height:220px;padding:14px 16px}.hfsq__promo-copy{max-width:54%}.hfsq__promo-figure--showcase{width:52%}}@media (max-width:620px){.hfsq__card--question{grid-template-columns:1fr}.hfsq__side-art{padding:0 16px 18px}.hfsq__promo-showcase-card{min-height:340px}.hfsq__promo-copy{max-width:100%;padding-right:0}.hfsq__promo-figure--showcase{width:62%;opacity:.82}}.hfsq__header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;overflow:hidden}.hfsq__header-copy{position:relative;z-index:2;flex:1 1 auto;min-width:0;padding-right:220px}.hfsq__header-monster{position:absolute;top:0;right:0;width:min(34%,320px);max-width:320px;pointer-events:none;z-index:1;filter:drop-shadow(0 14px 28px rgba(0,0,0,.45))}.hfsq__header-monster:after{content:'';position:absolute;inset:auto 0 -4% 0;height:36%;background:linear-gradient(180deg,rgba(14,15,20,0),rgba(14,15,20,.28) 35%,rgba(14,15,20,.88) 100%)}.hfsq__header-monster img{display:block;width:100%;height:auto}@media (max-width:760px){.hfsq__header{min-height:170px}.hfsq__header-copy{padding-right:120px}.hfsq__header-monster{width:150px;opacity:.95}}@media (max-width:520px){.hfsq__header{min-height:152px}.hfsq__header-copy{padding-right:86px}.hfsq__header-monster{width:108px;top:8px;right:-6px}}.hfsq{background:radial-gradient(circle at top right,rgba(255,64,64,.12),transparent 28%),radial-gradient(circle at top left,rgba(255,218,63,.08),transparent 32%),var(--hfsq-bg)}.hfsq__header{background:radial-gradient(circle at right top,rgba(255,255,255,.04),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0))}.hfsq__header:before{content:'COMICS COVER';position:absolute;left:30px;top:18px;padding:6px 10px;border:2px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(0,0,0,.26);color:#fff4c3;font-size:10px;font-weight:900;letter-spacing:.18em;z-index:3}.hfsq__eyebrow{margin-top:24px;color:#ffd65c;text-shadow:0 2px 0 rgba(0,0,0,.45)}.hfsq__title{color:#ff5347;text-shadow:0 3px 0 rgba(0,0,0,.6),0 10px 18px rgba(0,0,0,.28);letter-spacing:.01em}.hfsq__header-monster:after{display:none}.hfsq__header-monster img{mix-blend-mode:normal}.hfsq__cutscene-stage:before{background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.1) 35%,rgba(0,0,0,.3) 100%),radial-gradient(circle at center,rgba(255,255,255,.03),rgba(0,0,0,0) 42%)}.hfsq__toon{filter:drop-shadow(0 18px 22px rgba(0,0,0,.28)) drop-shadow(0 0 10px rgba(255,255,255,.04))}.hfsq__promo-card,.hfsq__promo-showcase-card{background-color:transparent;border:2px solid rgba(255,255,255,.14);box-shadow:0 18px 36px rgba(0,0,0,.24),inset 0 0 0 3px rgba(0,0,0,.14)}.hfsq__promo-card:before,.hfsq__promo-showcase-card:before{background:linear-gradient(180deg,rgba(10,10,12,.02),rgba(10,10,12,.18) 52%,rgba(10,10,12,.42) 100%)}.hfsq__promo-card:after,.hfsq__promo-showcase-card:after{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.08) 0 1px,transparent 1.4px);background-size:16px 16px;opacity:.16;mix-blend-mode:screen;pointer-events:none}.hfsq__promo-card{transform:rotate(-1deg)}.hfsq__promo-showcase-card{transform:rotate(-.6deg)}.hfsq__promo-figure,.hfsq__promo-figure--showcase{filter:drop-shadow(0 14px 18px rgba(0,0,0,.28))}.hfsq__promo-copy,.hfsq__promo-card-label,.hfsq__promo-card-title,.hfsq__promo-kicker,.hfsq__promo-headline,.hfsq__promo-subline{text-shadow:0 2px 10px rgba(0,0,0,.35)}.hfsq__card--question:before{background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(0,0,0,0) 40%),radial-gradient(circle at top right,rgba(255,255,255,.04),transparent 28%)}@media (max-width:760px){.hfsq__header:before{left:18px;top:12px}.hfsq__eyebrow{margin-top:22px}}.hfsq__audio-toggle{position:relative;z-index:5}.hfsq__header{min-height:230px}.hfsq__header-copy{padding-right:300px}.hfsq__header-monster{width:min(38%,360px);max-width:360px;top:-8px}.hfsq__header-monster-stack{position:relative;width:100%;height:250px}.hfsq__header-monster-figure,.hfsq__cover-showcase-monster{position:absolute;background-repeat:no-repeat;background-position:center bottom;background-size:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.35))}.hfsq__header-monster-figure--1{right:0;bottom:-2px;width:68%;height:100%;z-index:2}.hfsq__header-monster-figure--2{right:40%;bottom:-8px;width:54%;height:88%;opacity:.95;z-index:1}.hfsq__header-monster-figure[data-header-monster=ghoul],.hfsq__cover-showcase-monster[data-header-monster=ghoul]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/topright-ghoul.png)}.hfsq__header-monster-figure[data-header-monster=frankenstein],.hfsq__cover-showcase-monster[data-header-monster=frankenstein]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-frankenstein.png)}.hfsq__header-monster-figure[data-header-monster=vampire],.hfsq__cover-showcase-monster[data-header-monster=vampire]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-vampire.png)}.hfsq__header-monster-figure[data-header-monster=werewolf],.hfsq__cover-showcase-monster[data-header-monster=werewolf]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-werewolf.png)}.hfsq__header-monster-figure[data-header-monster=mummy],.hfsq__cover-showcase-monster[data-header-monster=mummy]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-mummy.png)}.hfsq__header-monster-figure[data-header-monster=creature],.hfsq__cover-showcase-monster[data-header-monster=creature]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/monster-creature.png)}.hfsq__cover-showcase{position:relative;min-height:420px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background-color:#0e1117;box-shadow:0 22px 40px rgba(0,0,0,.28),inset 0 0 0 2px rgba(0,0,0,.16)}.hfsq__cover-showcase[data-backdrop=crypt]{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-crypt-latest-v266.png) center/cover no-repeat}.hfsq__cover-showcase[data-backdrop=cemetery]{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-cemetery-latest-v266.png) center/cover no-repeat}.hfsq__cover-showcase[data-backdrop=lab]{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-lab-latest-v266.png) center/cover no-repeat}.hfsq__cover-showcase[data-backdrop=hotel]{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-hall-latest-v266.png) center/cover no-repeat}.hfsq__cover-showcase[data-backdrop=forest]{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-forest-latest-v266.png) center/cover no-repeat}.hfsq__cover-showcase:before{content:'';position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.06) 0 1px,transparent 1.4px),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0) 18%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.34));background-size:16px 16px,100% 100%,100% 100%;mix-blend-mode:screen,normal,normal;opacity:.34;pointer-events:none}.hfsq__cover-showcase:after{content:'';position:absolute;left:50%;top:8%;bottom:6%;width:2px;transform:translateX(-50%);background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,218,80,.55) 20%,rgba(255,255,255,.9) 50%,rgba(255,60,60,.6) 80%,rgba(255,255,255,0));box-shadow:0 0 20px rgba(255,214,107,.18)}.hfsq__cover-showcase-hero,.hfsq__cover-showcase-monster{position:absolute;bottom:-1%;width:43%;height:95%;z-index:2}.hfsq__cover-showcase-hero{left:3%;background:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/hero-survivor.png) left bottom/contain no-repeat;transform:rotate(-4deg);filter:drop-shadow(0 18px 24px rgba(0,0,0,.35))}.hfsq__cover-showcase-monster{right:2%;transform:rotate(3deg)}.hfsq__cover-showcase-vs{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;display:inline-flex;align-items:center;justify-content:center;width:92px;height:92px;border-radius:50%;border:4px solid rgba(255,255,255,.18);background:radial-gradient(circle,#ffed9e 0,#ff6535 68%,#7e0909 100%);color:#180000;font-weight:900;font-size:1.8rem;letter-spacing:.06em;box-shadow:0 0 0 4px rgba(0,0,0,.18),0 14px 24px rgba(0,0,0,.28)}.hfsq__effect-cluster .hfsq__prop{min-width:74px;padding-left:16px;padding-right:16px}.hfsq__card--pulp{grid-template-columns:minmax(220px,.88fr) minmax(360px,1.15fr) minmax(220px,.88fr);align-items:stretch;gap:0;overflow:hidden;box-shadow:0 24px 48px rgba(0,0,0,.28),inset 0 0 0 2px rgba(0,0,0,.16)}.hfsq__cover-side{position:relative;min-height:520px;overflow:hidden}.hfsq__cover-side[data-backdrop=crypt]{background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.2)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-crypt-latest-v266.png) center/cover no-repeat}.hfsq__cover-side[data-backdrop=cemetery]{background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.2)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-cemetery-latest-v266.png) center/cover no-repeat}.hfsq__cover-side[data-backdrop=lab]{background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.2)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-lab-latest-v266.png) center/cover no-repeat}.hfsq__cover-side[data-backdrop=hotel]{background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.2)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-hall-latest-v266.png) center/cover no-repeat}.hfsq__cover-side[data-backdrop=forest]{background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.2)),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-forest-latest-v266.png) center/cover no-repeat}.hfsq__cover-side:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0) 20%),radial-gradient(circle,rgba(255,255,255,.07) 0 1px,transparent 1.5px);background-size:100% 100%,16px 16px;opacity:.18;mix-blend-mode:screen;pointer-events:none}.hfsq__cover-side--left:after,.hfsq__cover-side--right:after{content:'';position:absolute;top:0;bottom:0;width:10px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(0,0,0,.12));box-shadow:0 0 18px rgba(0,0,0,.2)}.hfsq__cover-side--left:after{right:-4px}.hfsq__cover-side--right:after{left:-4px}.hfsq__cover-scene{position:absolute;inset:2% 4% 1%;background-repeat:no-repeat;background-size:contain;background-position:center bottom;filter:drop-shadow(0 22px 26px rgba(0,0,0,.38))}.hfsq__cover-scene[data-promo=ghoul]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/promos/promo-ghoul.png)}.hfsq__cover-scene[data-promo=vampire]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/promos/promo-vampire.png)}.hfsq__cover-scene[data-promo=werewolf]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/promos/promo-werewolf.png)}.hfsq__cover-scene[data-promo=creature]{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/promos/promo-creature.png)}.hfsq__cover-side--left .hfsq__cover-scene{transform:rotate(-3deg) scale(1.03)}.hfsq__cover-side--right .hfsq__cover-scene{transform:rotate(2.5deg) scale(1.04)}.hfsq__content--cover{position:relative;padding:38px 34px 32px;background:linear-gradient(180deg,rgba(3,8,14,.82),rgba(3,8,14,.92));border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08)}.hfsq__content--cover:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0) 24%),linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.18));pointer-events:none}.hfsq__content--cover>*{position:relative;z-index:1}.hfsq__category--cover{margin-top:22px;display:inline-flex}@media (max-width:1060px){.hfsq__header-copy{padding-right:220px}.hfsq__card--pulp{grid-template-columns:1fr}.hfsq__cover-side{min-height:320px}.hfsq__cover-side--left:after,.hfsq__cover-side--right:after{display:none}.hfsq__content--cover{order:2;border-left:none;border-right:none}.hfsq__cover-side--left{order:1}.hfsq__cover-side--right{order:3}}@media (max-width:760px){.hfsq__header{min-height:170px}.hfsq__header-copy{padding-right:120px}.hfsq__header-monster{width:150px;top:6px}.hfsq__header-monster-stack{height:145px}.hfsq__header-monster-figure--2{right:30%;width:60%}.hfsq__cover-showcase{min-height:290px}.hfsq__cover-showcase-vs{width:70px;height:70px;font-size:1.3rem}.hfsq__content--cover{padding:28px 22px 24px}.hfsq__cover-side{min-height:260px}}.hfsq__header{background-color:#0c1015;overflow:hidden}.hfsq__header[data-header-backdrop=crypt]{background:linear-gradient(90deg,rgba(6,9,14,.88) 0%,rgba(6,9,14,.78) 48%,rgba(6,9,14,.58) 72%,rgba(6,9,14,.38) 100%),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-crypt-latest-v266.png) center/cover no-repeat}.hfsq__header[data-header-backdrop=cemetery]{background:linear-gradient(90deg,rgba(6,9,14,.88) 0%,rgba(6,9,14,.78) 48%,rgba(6,9,14,.58) 72%,rgba(6,9,14,.38) 100%),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-cemetery-latest-v266.png) center/cover no-repeat}.hfsq__header[data-header-backdrop=lab]{background:linear-gradient(90deg,rgba(6,9,14,.88) 0%,rgba(6,9,14,.78) 48%,rgba(6,9,14,.58) 72%,rgba(6,9,14,.38) 100%),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-lab-latest-v266.png) center/cover no-repeat}.hfsq__header[data-header-backdrop=hotel]{background:linear-gradient(90deg,rgba(6,9,14,.88) 0%,rgba(6,9,14,.78) 48%,rgba(6,9,14,.58) 72%,rgba(6,9,14,.38) 100%),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-hall-latest-v266.png) center/cover no-repeat}.hfsq__header[data-header-backdrop=forest]{background:linear-gradient(90deg,rgba(6,9,14,.88) 0%,rgba(6,9,14,.78) 48%,rgba(6,9,14,.58) 72%,rgba(6,9,14,.38) 100%),url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/bg-forest-latest-v266.png) center/cover no-repeat}.hfsq__header-copy{padding-right:250px}.hfsq__audio-toggle{position:static;margin-top:18px;display:inline-flex;align-self:flex-start;z-index:6}.hfsq__header-monster{width:min(32%,280px);right:18px;top:8px}.hfsq__header-monster-stack{height:210px}.hfsq__header-monster-figure--main{right:0;bottom:-6px;width:100%;height:100%;opacity:1;filter:brightness(.82) saturate(.98) drop-shadow(0 18px 24px rgba(0,0,0,.45))}.hfsq__card--pulp{position:relative}.hfsq__cover-side,.hfsq__content--cover{min-height:520px}.hfsq__cover-side--left{border-right:1px solid rgba(255,255,255,.08)}.hfsq__cover-side--right{border-left:1px solid rgba(255,255,255,.08)}.hfsq__cover-hero-custom{position:absolute;inset:3% 3% 1%;background:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/custom-hero.png) center bottom/contain no-repeat;filter:drop-shadow(0 20px 26px rgba(0,0,0,.42))}.hfsq__cover-vs-image{display:none}.hfsq__content--cover{padding-top:48px}.hfsq__cover-scene--right{inset:3% 4% 2%;opacity:1;filter:brightness(.78) saturate(.95) drop-shadow(0 24px 28px rgba(0,0,0,.5))}.hfsq__cover-showcase-monster,.hfsq__header-monster-figure,.hfsq__cover-scene[data-promo]{opacity:1 !important}.hfsq__cover-showcase-monster{filter:brightness(.82) saturate(.98) drop-shadow(0 18px 24px rgba(0,0,0,.45))}@media (max-width:900px){.hfsq__header-copy{padding-right:180px}.hfsq__header-monster{width:180px}.hfsq__header-monster-stack{height:160px}}@media (max-width:760px){.hfsq__header-copy{padding-right:110px}.hfsq__audio-toggle{margin-top:12px}.hfsq__header-monster{width:118px;top:14px;right:8px}.hfsq__header-monster-stack{height:110px}.hfsq__cover-vs-image{top:12px;width:78px;height:78px}.hfsq__content--cover{padding-top:32px}.hfsq__cover-side,.hfsq__content--cover{min-height:300px}}.hfsq__cutscene-card--intro .hfsq__cinema-screen{flex:0 0 auto;min-height:0;aspect-ratio:4/3;overflow:hidden;background:#030303}.hfsq__cutscene-card--intro .hfsq__cutscene-stage{display:block;width:100%;height:100%;min-height:0;aspect-ratio:4/3;padding:0;overflow:hidden;isolation:isolate;background:#030303 !important;transform:none !important;animation:none !important}.hfsq__cutscene-card--intro .hfsq__cutscene-stage:before{content:'';position:absolute;inset:-4%;z-index:0;display:block;opacity:0;background-position:center;background-repeat:no-repeat;background-size:cover;filter:saturate(1.04) contrast(1.04) brightness(.94);transform:scale(1.035) translate3d(-1.2%,.5%,0);transform-origin:center;will-change:transform,opacity}.hfsq__cutscene-card--intro .hfsq__cutscene-stage.is-home-scene-ready:before{animation:hfsqHomeSceneFade .8s ease-out forwards,hfsqHomeSceneDrift 15s ease-in-out infinite alternate}.hfsq__cutscene-card--intro .hfsq__cutscene-stage[data-home-scene='01']:before{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/home-scenes/home-scene-battle-v268-01.webp)}.hfsq__cutscene-card--intro .hfsq__cutscene-stage[data-home-scene='02']:before{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/home-scenes/home-scene-battle-v268-02.webp)}.hfsq__cutscene-card--intro .hfsq__cutscene-stage[data-home-scene='03']:before{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/home-scenes/home-scene-battle-v268-03.webp)}.hfsq__cutscene-card--intro .hfsq__cutscene-stage[data-home-scene='04']:before{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/home-scenes/home-scene-battle-v268-04.webp)}.hfsq__cutscene-card--intro .hfsq__cutscene-stage[data-home-scene='05']:before{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/home-scenes/home-scene-battle-v268-05.webp)}.hfsq__cutscene-card--intro .hfsq__cutscene-stage:not([data-home-scene]):before{background-image:url(//horreurnews.com/wp-content/plugins/hfs-cinema-quiz/assets/css/../images/comics/home-scenes/home-scene-battle-v268-01.webp)}.hfsq__cutscene-card--intro .hfsq__cutscene-stage:after{content:'';position:absolute;inset:0;z-index:1;display:block !important;pointer-events:none;background:radial-gradient(circle at 50% 43%,transparent 38%,rgba(0,0,0,.16) 76%,rgba(0,0,0,.42) 100%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.08) 72%,rgba(0,0,0,.28))}.hfsq__cutscene-card--intro .hfsq__stage-glow,.hfsq__cutscene-card--intro .hfsq__comic-set,.hfsq__cutscene-card--intro .hfsq__actor,.hfsq__cutscene-card--intro .hfsq__effect-cluster,.hfsq__cutscene-card--intro .hfsq__splat,.hfsq__cutscene-card--intro .hfsq__gore-particle,.hfsq__cutscene-card--intro .hfsq__slash{display:none !important}.hfsq__cutscene-card--intro .hfsq__film-grain{z-index:4;opacity:.1}.hfsq__cutscene-card--intro .hfsq__filmstrip{display:none}@keyframes hfsqHomeSceneFade{from{opacity:0}to{opacity:1}}@keyframes hfsqHomeSceneDrift{0%{transform:scale(1.035) translate3d(-1.2%,.5%,0)}100%{transform:scale(1.095) translate3d(1.2%,-.7%,0)}}@media (prefers-reduced-motion:reduce){.hfsq__cutscene-card--intro .hfsq__cutscene-stage.is-home-scene-ready:before{opacity:1;transform:none;animation:none}}@media (max-width:760px){.hfsq__cutscene-card--intro{min-height:0}.hfsq__cutscene-card--intro .hfsq__cinema-screen,.hfsq__cutscene-card--intro .hfsq__cutscene-stage{aspect-ratio:4/3;min-height:0}}.hfsq__header-monster,.hfsq__header-monster-figure,.hfsq__cover-hero-custom,.hfsq__cover-scene,.hfsq__cover-vs-image,.hfsq__actor,.hfsq__effect-cluster,.hfsq__comic-set,.hfsq__splat,.hfsq__gore-particle,.hfsq__slash,.hfsq__stage-glow{display:none !important}.hfsq__header-copy{padding-right:24px !important}.hfsq__card--pulp{grid-template-columns:1fr !important;padding:clamp(16px,3vw,28px);background-position:center;background-size:cover}.hfsq__cover-side{display:none !important}.hfsq__content--cover{min-height:0 !important;max-width:720px;width:100%;margin:auto;border-left:none !important;border-right:none !important;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,rgba(3,8,14,.8),rgba(3,8,14,.92)) !important;box-shadow:0 18px 32px rgba(0,0,0,.28);padding:32px 28px 28px !important}.hfsq__cinema-screen{min-height:min(62vh,680px)}.hfsq__cutscene-stage{min-height:min(62vh,680px);justify-content:center;padding:5vh clamp(16px,3vw,40px)}.hfsq__cinema-caption{max-width:780px;margin:0 auto}@media (max-width:760px){.hfsq__header-copy{padding-right:16px !important}.hfsq__content--cover{padding:24px 18px 22px !important}}.hfsq__header:before,.hfsq__header:after,.hfsq__card--question:before,.hfsq__card--question:after,.hfsq__content--cover:before,.hfsq__content--cover:after,.hfsq__cover-side:before,.hfsq__cover-side:after{display:none !important;content:none !important}.hfsq__header{background-blend-mode:normal !important}.hfsq__card--question{background-blend-mode:normal !important}.hfsq__header-logo{display:block;width:clamp(150px,17vw,205px);height:auto;margin:0 0 10px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.5))}.hfsq__cutscene-top{display:none !important}.hfsq__cutscene-card--intro .hfsq__cutscene-actions .hfsq__button--primary{color:#fff !important;background:linear-gradient(180deg,#e1262f 0%,#b80710 100%) !important;border:1px solid rgba(255,255,255,.18) !important;box-shadow:0 10px 26px rgba(190,7,16,.34) !important}.hfsq__cutscene-card--intro .hfsq__cutscene-actions .hfsq__button--primary:hover,.hfsq__cutscene-card--intro .hfsq__cutscene-actions .hfsq__button--primary:focus-visible{background:linear-gradient(180deg,#f23841 0%,#cf0b15 100%) !important;outline-color:rgba(255,255,255,.9) !important;filter:none !important}.hfsq__cutscene-card--intro .hfsq__cutscene-stage:before{inset:0 !important;transform:none !important;will-change:opacity}.hfsq__cutscene-card--intro .hfsq__cutscene-stage.is-home-scene-ready:before{animation:hfsqHomeSceneFade .55s ease-out forwards !important;transform:none !important}@media (max-width:760px){.hfsq__header-logo{width:138px;margin-bottom:8px}}.hfsq__result-icon{display:none !important}.hfsq__result-illustration{width:min(100%,980px);margin:6px auto 18px;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 40px rgba(0,0,0,.34);background:#090506}.hfsq__result-image{display:block;width:100%;height:auto}.hfsq__result-summary{max-width:1080px;margin-left:auto;margin-right:auto}.hfsq__cutscene-card--win .hfsq__filmstrip,.hfsq__cutscene-card--lose .hfsq__filmstrip{display:none !important}.hfsq__cutscene-card--win .hfsq__result-summary,.hfsq__cutscene-card--lose .hfsq__result-summary{margin-top:-220px;padding-top:0;border-top:none;position:relative;z-index:4}.hfsq__cutscene-card--win .hfsq__result-illustration,.hfsq__cutscene-card--lose .hfsq__result-illustration{margin-top:0;margin-bottom:18px}@media (max-width:900px){.hfsq__cutscene-card--win .hfsq__result-summary,.hfsq__cutscene-card--lose .hfsq__result-summary{margin-top:-140px}}@media (max-width:640px){.hfsq__cutscene-card--win .hfsq__result-summary,.hfsq__cutscene-card--lose .hfsq__result-summary{margin-top:-80px}}.hfsq__cutscene-card--win .hfsq__cinema-screen,.hfsq__cutscene-card--lose .hfsq__cinema-screen,.hfsq__cutscene-card--win .hfsq__filmstrip,.hfsq__cutscene-card--lose .hfsq__filmstrip,.hfsq__cutscene-card--win .hfsq__frame-bar,.hfsq__cutscene-card--lose .hfsq__frame-bar,.hfsq__cutscene-card--win .hfsq__frame-caption,.hfsq__cutscene-card--lose .hfsq__frame-caption,.hfsq__cutscene-card--win .hfsq__cutscene-helper,.hfsq__cutscene-card--lose .hfsq__cutscene-helper{display:none !important}.hfsq__cutscene-card--win .hfsq__result-summary,.hfsq__cutscene-card--lose .hfsq__result-summary{margin-top:0 !important;padding-top:0 !important;border-top:none !important;opacity:1 !important;transform:none !important;max-width:1080px}.hfsq__cutscene-card--win .hfsq__result-illustration,.hfsq__cutscene-card--lose .hfsq__result-illustration{margin-top:8px}.hfsq__cutscene-card--win .hfsq__cutscene-actions,.hfsq__cutscene-card--lose .hfsq__cutscene-actions{margin-top:20px}