/* ==========================================================================
   THIS LEVEL HATES YOU — página do jogo
   ========================================================================== */
.jogo--tlhy .gh__bg img { object-position: 50% 30%; }
.t-logo { width: clamp(220px, 24vw, 360px); }
.t-porta { z-index: 1; width: clamp(80px, 8vw, 130px); right: 6%; top: 6%; rotate: 8deg; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .55)); }
.t-bola { z-index: 1; width: clamp(90px, 9vw, 150px); left: 6%; top: -2%; rotate: -12deg; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .55)); }
.t-heroi { z-index: 3; width: clamp(150px, 15vw, 240px); left: -2%; bottom: 4%; rotate: -8deg; filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .6)); }
.t-bloco { z-index: 3; width: clamp(56px, 5.4vw, 88px); right: 4%; top: 42%; rotate: 10deg; filter: drop-shadow(0 16px 20px rgba(0, 0, 0, .5)); }
.t-passaro { z-index: 3; width: clamp(60px, 5.6vw, 92px); left: 30%; top: 2%; filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .45)); }
.t-tnt { z-index: 3; width: clamp(64px, 6.4vw, 104px); right: 10%; bottom: 6%; rotate: -10deg; filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .55)); }

/* ---------------- a pegadinha ---------------- */
.gag__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px 40px; margin-bottom: 36px; }
.gag__head .h1 { margin-top: 20px; font-size: clamp(2.2rem, 4.8vw, 5rem); }
.gag__scene {
  position: relative; aspect-ratio: 16 / 7; border-radius: 34px; overflow: hidden; isolation: isolate;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .14), 0 50px 100px -40px #000, inset 0 1px 0 rgba(255, 255, 255, .2);
  user-select: none; -webkit-user-select: none;
}
.gag__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; z-index: -1; filter: saturate(1.1); }
.gag__scene::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(180deg, rgba(6, 16, 51, .25), transparent 40%); }
.gag__scene > * { position: absolute; }
.gag__hud { z-index: 8; left: 16px; top: 16px; display: flex; gap: 8px; }
.gag__placa { --r: 999px; --glass-blur: 10px; display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 16px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; background: linear-gradient(145deg, rgba(6, 16, 51, .55), rgba(6, 16, 51, .35)); }
.gag__placa b { font-family: var(--f-display); font-size: 16px; letter-spacing: 0; }
.gag__placa svg { width: 18px; height: 18px; color: #ffd23f; }
.gag__placa--morte b { color: #ff6b6b; min-width: 1ch; }
.gag__chao { z-index: 3; bottom: 0; height: 22%; background: url(../media/tlhy/tiles/grama-m.webp) repeat-x 0 0 / auto 100%; box-shadow: inset 0 -30px 40px -20px rgba(0, 0, 0, .5); }
.gag__chao--a { left: 0; width: 40%; }
.gag__chao--p { left: 40%; width: 12%; }
.gag__chao--b { left: 52%; right: 0; }
.gag__heroi { z-index: 4; left: 5%; bottom: 22%; height: 20%; width: auto; transform-origin: 50% 100%; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .4)); }
.gag__porta { z-index: 2; right: 5%; bottom: 22%; height: 34%; width: auto; transform-origin: 50% 100%; filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .45)); }
.gag__bigorna { z-index: 5; top: 0; left: 60%; height: 17%; width: auto; transform: translateY(-160%); filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .5)); }
.gag__bicho { z-index: 2; left: 68%; bottom: 14%; height: 26%; width: auto; transform: translateY(110%); }
.gag__bola { z-index: 5; left: 67%; top: -8%; height: 42%; width: auto; transform-origin: 50% 0; transform: rotate(-120deg); filter: drop-shadow(0 12px 14px rgba(0, 0, 0, .5)); }
.gag__passaro { z-index: 6; top: 7%; left: 55%; display: flex; align-items: center; gap: 10px; flex-direction: row-reverse; }
.gag__passaro img { width: clamp(46px, 5vw, 76px); height: auto; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .4)); }
.gag__fala {
  position: relative; max-width: 260px; padding: 10px 14px; border-radius: 16px; background: #fff; color: #1a1a2e;
  font-weight: 700; font-size: clamp(12px, 1.1vw, 15px); line-height: 1.3; box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .5); transform-origin: 100% 50%;
}
.gag__fala::after { content: ""; position: absolute; right: -8px; top: 50%; margin-top: -8px; border: 8px solid transparent; border-left-color: #fff; border-right: 0; }
.gag__boom { z-index: 7; width: 14%; height: auto; opacity: 0; pointer-events: none; }
.gag__vitoria {
  z-index: 9; inset: 0; display: grid; place-content: center; justify-items: center; gap: 6px; text-align: center;
  background: radial-gradient(circle, rgba(255, 210, 63, .35), rgba(6, 16, 51, .78) 70%);
}
.gag__vitoria[hidden] { display: none; }
.gag__vitoria b { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.2rem, 6vw, 5.4rem); letter-spacing: -.04em; color: #ffd23f; text-shadow: 0 5px 0 #b3261e, 0 0 40px rgba(255, 210, 63, .6); line-height: 1; }
.gag__vitoria span { font-family: var(--f-mono); font-size: clamp(12px, 1.3vw, 16px); letter-spacing: .12em; text-transform: uppercase; }
.gag__ctrl { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 24px; }
.gag__status { font-size: 12.5px; letter-spacing: .12em; color: var(--txt-2); text-transform: uppercase; }

/* ---------------- baralho de pôsteres ---------------- */
.deck .h1 { margin-top: 20px; }
.deck__mesa { position: relative; height: clamp(440px, 46vw, 640px); margin-top: 40px; }
.deck__carta {
  position: absolute; left: 50%; top: 50%; width: clamp(170px, 17vw, 260px); aspect-ratio: 720 / 1279; margin: calc(clamp(170px, 17vw, 260px) * -0.888) 0 0 calc(clamp(170px, 17vw, 260px) * -.5);
  border-radius: 22px; overflow: hidden; box-shadow: 0 40px 80px -30px #000, 0 0 0 1px rgba(255, 255, 255, .14);
  transition: box-shadow .5s;
}
.deck__carta img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.deck__carta:hover { box-shadow: 0 50px 90px -30px #000, 0 0 0 2px var(--c1); z-index: 20 !important; }
.deck__carta:hover img { transform: scale(1.05); }
.deck__nota { margin-top: 26px; font-size: 13px; letter-spacing: .06em; line-height: 1.8; color: var(--txt-2); max-width: 80ch; text-align: center; }

/* ---------------- mundos ---------------- */
.mundos .h1 { margin: 20px 0 54px; }
.mundos__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mundo { position: relative; min-height: 640px; border-radius: 34px; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 40px 80px -40px #000; }
.mundo__bg { position: absolute; left: 0; top: -12%; width: 100%; height: 124%; object-fit: cover; z-index: -2; filter: saturate(1.15) brightness(.8); }
.mundo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(4, 8, 24, .95) 10%, rgba(4, 8, 24, .35) 50%, transparent 75%), radial-gradient(70% 40% at 50% 100%, color-mix(in srgb, var(--m) 40%, transparent), transparent); }
.mundo__phone { --w: clamp(150px, 12vw, 190px); position: absolute; top: 34px; left: calc(50% - var(--w) / 2); rotate: -4deg; transition: translate .9s var(--ease-out), rotate .9s var(--ease-out); }
.mundo:hover .mundo__phone { translate: 0 -12px; rotate: 0deg; }
.mundo__txt { display: grid; gap: 8px; }
.mundo__txt .mono { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--m); }
.mundo__txt b { font-family: var(--f-display); font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: -.035em; line-height: 1.02; }
.mundo__txt p { color: var(--txt-2); font-size: 15px; }

/* ---------------- elenco ---------------- */
.elenco .h1 { margin: 20px 0 54px; }
.elenco__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ator { --r: 30px; padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 8px; }
.ator__foto { position: relative; height: 230px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 22px; background: radial-gradient(circle at 50% 60%, color-mix(in srgb, var(--c4) 30%, transparent), transparent 70%); }
.ator__foto img { max-height: 210px; width: auto; filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .5)); transition: opacity .35s, transform .6s var(--ease-spring); }
.ator:hover .ator__foto img { transform: translateY(-8px) rotate(-3deg); }
.ator__foto--passaro img { width: 120px; max-height: none; }
.ator--amigo .ator__foto { background: radial-gradient(circle at 50% 60%, rgba(160, 80, 255, .32), transparent 70%); }
.ator--amigo .ator__b { position: absolute; opacity: 0; }
.ator--amigo:hover .ator__a, .ator--amigo.is-mau .ator__a { opacity: 0; }
.ator--amigo:hover .ator__b, .ator--amigo.is-mau .ator__b { opacity: 1; }
.ator--misterio .ator__foto { background: radial-gradient(circle at 50% 60%, rgba(255, 210, 63, .22), transparent 70%); }
.ator--misterio .ator__foto img { filter: brightness(0) drop-shadow(0 0 18px rgba(255, 210, 63, .55)); }
.ator--misterio .ator__foto span { position: absolute; font-family: var(--f-display); font-weight: 800; font-size: 76px; color: #ffd23f; text-shadow: 0 0 30px rgba(255, 210, 63, .7); animation: flutua 4s ease-in-out infinite; }
.ator .mono { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--c1); }
.ator h3 { font-family: var(--f-display); font-size: clamp(1.3rem, 1.8vw, 1.7rem); letter-spacing: -.03em; }
.ator p { color: var(--txt-2); font-size: 15px; }
.ator__fala { font-style: italic; min-height: 3.2em; }

@media (max-width: 1100px) {
  .elenco__grid { grid-template-columns: 1fr 1fr; }
  .mundos__grid { grid-template-columns: 1fr; }
  .mundo { min-height: 520px; }
}
@media (max-width: 700px) {
  .gag__scene { aspect-ratio: 4 / 3.4; border-radius: 24px; }
  .gag__passaro { left: 40%; }
  .gag__fala { max-width: 150px; }
  .gag__hud { left: 10px; top: 10px; }
  .gag__placa { height: 32px; padding: 0 12px; font-size: 10px; }
  .elenco__grid { grid-template-columns: 1fr; }
  .deck__mesa { height: 420px; }
}
