/* Sauve Lily : la mascotte approuvée s’efface avec les erreurs du joueur. */
.lp-word-game{grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}
.lp-word-game .lp-play-panel{background:#fff;border-bottom:5px solid #d6e9ed}
.lp-word-game .lp-question h2{font-size:1.45rem;line-height:1.5}
.lp-word-game .lp-word-slots{display:grid;grid-template-columns:repeat(var(--word-length),minmax(0,1fr));gap:7px;max-width:620px;margin:28px 0}
.lp-word-game .lp-word-slots>span{width:100%;min-width:0;max-width:none;height:62px;border:2px solid #aac6d3;border-bottom:5px solid #aac6d3;border-radius:10px;background:var(--pale);font-size:1.8rem}
.lp-word-game .lp-word-slots>span.found{border-color:var(--teal);background:#eef8f2;color:var(--ink)}
.lp-word-game .lp-word-slots>span.revealed{border-color:#d2b975;background:#fff7d7}
.lp-word-game .lp-keyboard{grid-template-columns:repeat(7,minmax(0,1fr));gap:9px;width:100%;max-width:none}
.lp-word-game .lp-keyboard>button{height:52px;border:1px solid #bbd0da;border-bottom:4px solid #bbd0da;border-radius:11px;background:#fff;font-size:1.35rem;transition:background .15s,transform .15s}
.lp-word-game .lp-keyboard>button:hover:not(:disabled){background:var(--yellow);border-color:var(--ink);transform:translateY(-2px)}
.lp-word-game .lp-keyboard>.lp-key-found{background:#d8eee6;color:#175845;border-color:#7fae9d;opacity:1}
.lp-word-game .lp-keyboard>.lp-key-used{background:#f0f3f5;color:#697a86;border-color:#dbe3e8;text-decoration:line-through;opacity:.65}
.lp-word-game .lp-keyboard>button:disabled:not(.lp-key-found):not(.lp-key-used){opacity:.45}
.lp-lily-challenge{position:sticky;top:24px;background:var(--pale);border:1px solid #c9dfe6;border-radius:24px;padding:24px 22px 20px;text-align:center;overflow:hidden}
.lp-lily-caption .eyebrow{color:var(--teal);font-size:.67rem;letter-spacing:.1em}
.lp-lily-caption h2{font-size:2.05rem;line-height:1.15;margin:10px 0 12px}
.lp-lily-caption>p:last-child{font-size:.93rem;line-height:1.6;min-height:4.8em}
.lp-lily-stage{position:relative;isolation:isolate;background:var(--pale);margin:6px auto 0;width:100%;max-width:295px;aspect-ratio:1135/1386}
.lp-lily-stage:before{content:'';position:absolute;inset:24% 2% 9%;border:1px dashed #9fc5ce;border-radius:50%;z-index:-1}
.lp-disappearing-lily{display:block;width:100%;height:100%;mix-blend-mode:multiply}
.lp-lily-spark{position:absolute;font-size:35px;line-height:1;color:var(--teal)}
.lp-spark-one{top:13%;left:3%;transform:rotate(12deg);color:#9d7600}.lp-spark-two{top:28%;right:1%}
.lp-chances{border-top:1px solid #c9dfe6;padding-top:15px;margin-top:10px}
.lp-chance-dots{display:flex;justify-content:center;gap:6px}
.lp-chance-dots>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--yellow);color:var(--ink);font-size:17px}
.lp-chance-dots>.is-used{background:transparent;border:1px dashed #95b8c4;color:#7194a1}
.lp-chances p{font-size:.86rem;font-weight:900;margin-top:10px}
.lp-lily-challenge.is-saved{background:#edf8f1;border-color:#aacdb8}.is-saved .lp-lily-caption h2{color:#175845}
.is-saved .lp-lily-stage{background:#edf8f1}
.lp-lily-poof{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;color:var(--teal)}
.lp-lily-poof>span{font-size:100px;line-height:1;color:#9d7600}.lp-lily-poof>strong{font-family:var(--font-title);font-size:1.35rem}
.lp-erase-new{animation:lp-erase .5s ease-out both}
@keyframes lp-erase{from{transform:translateY(var(--lp-erase-step))}to{transform:translateY(0)}}
.lp-word-recap{display:grid;gap:8px;max-width:460px;margin:24px auto 30px;padding:0;list-style:none;text-align:left}
.lp-word-recap li{display:flex;justify-content:space-between;gap:16px;background:white;border:1px solid var(--line);border-radius:10px;padding:12px 16px;font-size:.95rem}
.lp-word-recap li>span{color:var(--muted)}
.lp-word-game .lp-hint small{display:block;font-size:.8rem;margin-top:10px;color:var(--muted)}
@media(min-width:1400px){.lp-word-game{grid-template-columns:minmax(0,1fr) 360px}}
@media(max-width:1050px) and (min-width:821px){.lp-word-game{grid-template-columns:minmax(0,1fr) 280px;gap:20px}.lp-lily-challenge{padding:22px 16px}.lp-word-game .lp-word-slots>span{height:52px;font-size:1.4rem}.lp-word-game .lp-question h2{font-size:1.25rem}}
@media(max-width:820px){
  .lp-word-game{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:16px 22px;background:white;border:1px solid var(--line);border-bottom:5px solid #d6e9ed;border-radius:20px;padding:24px}
  .lp-word-game .lp-play-panel{display:contents}
  .lp-word-game .lp-play-panel>*{grid-column:1/-1;margin-block:0}
  .lp-word-game .lp-progress{grid-row:1;padding-bottom:16px}
  .lp-word-game .lp-question{grid-column:1;grid-row:2;align-self:center}
  .lp-word-game .lp-question h2{font-size:1.2rem;margin:12px 0;line-height:1.5}
  .lp-word-game .lp-question>p{font-size:.82rem}
  .lp-word-game .lp-word-slots{grid-row:3;max-width:none;margin:2px 0 4px}
  .lp-word-game .lp-keyboard{grid-row:4}
  .lp-word-game .lp-lily-challenge{position:relative;top:auto;grid-column:2;grid-row:2;padding:12px 8px;border-radius:16px;align-self:start}
  .lp-word-game .lp-lily-caption .eyebrow,.lp-word-game .lp-lily-caption>p:last-child{display:none}
  .lp-word-game .lp-lily-caption h2{font-size:1.15rem;margin:0 0 8px}
  .lp-word-game .lp-lily-stage{max-width:135px;margin:0 auto}
  .lp-word-game .lp-lily-spark{font-size:18px}
  .lp-word-game .lp-chances{padding-top:8px;margin-top:4px}
  .lp-word-game .lp-chance-dots{gap:3px}.lp-word-game .lp-chance-dots>span{width:15px;height:15px;font-size:11px}
  .lp-word-game .lp-chances p{font-size:.68rem;line-height:1.4;margin-top:7px}
  .lp-word-game .lp-lily-poof>span{font-size:48px}.lp-word-game .lp-lily-poof>strong{font-size:.78rem}
}
@media(max-width:560px){
  .lp-word-game{grid-template-columns:minmax(0,1fr) 112px;padding:18px 14px;gap:16px 12px}
  .lp-word-game .lp-question h2{font-size:1rem;line-height:1.45}.lp-word-game .lp-question .tag{font-size:.7rem}.lp-word-game .lp-question>p{font-size:.72rem}
  .lp-word-game .lp-lily-caption h2{font-size:.95rem}.lp-word-game .lp-lily-stage{max-width:95px}
  .lp-word-game .lp-chance-dots{gap:2px}.lp-word-game .lp-chance-dots>span{width:10px;height:10px;font-size:8px}
  .lp-word-game .lp-keyboard{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}
  .lp-word-game .lp-keyboard>button{height:46px;font-size:1.1rem;border-radius:8px}
  .lp-word-game .lp-word-slots{gap:4px}.lp-word-game .lp-word-slots>span{height:44px;font-size:1.15rem;border-width:1px;border-bottom-width:4px;border-radius:7px}
  .lp-word-recap li{font-size:.84rem;padding:12px}
}
@media(max-width:380px){.lp-word-game .lp-keyboard{grid-template-columns:repeat(5,minmax(0,1fr))}.lp-word-game .lp-word-slots{gap:3px}.lp-word-game .lp-word-slots>span{font-size:.96rem}}
@media(prefers-reduced-motion:reduce){.lp-erase-new{animation:none}}
