:root{--fzpe-navy:#0f2742;--fzpe-gold:#e5b84d;--fzpe-ink:#173b57;--fzpe-soft:#f5f8fb;--fzpe-border:#dce5ec;--fzpe-green:#1f8f4d;--fzpe-red:#c0392b}.fzpe-learner-shell,.fzpe-player-shell{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--fzpe-ink);box-sizing:border-box}.fzpe-learner-shell *,.fzpe-player-shell *{box-sizing:border-box}.fzpe-learner-shell{max-width:1120px;margin:40px auto;padding:0 20px}.fzpe-hero-panel,.fzpe-mission-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--fzpe-navy);color:#fff;border-radius:28px;padding:34px;box-shadow:0 16px 42px rgba(15,39,66,.16)}.fzpe-hero-panel h1,.fzpe-mission-hero h1{color:#fff;font-size:clamp(32px,5vw,52px);line-height:1.02;margin:5px 0 12px}.fzpe-hero-panel p,.fzpe-mission-hero p{font-size:18px;margin:0;max-width:700px}.fzpe-eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:12px!important;font-weight:900;color:var(--fzpe-gold);margin:0}.fzpe-primary-button,.fzpe-secondary-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:13px 20px;text-decoration:none;font-weight:850;cursor:pointer;white-space:nowrap}.fzpe-primary-button{background:var(--fzpe-gold);color:var(--fzpe-navy)}.fzpe-secondary-button{background:#edf4f9;color:var(--fzpe-navy)}.fzpe-progress-card,.fzpe-section,.fzpe-finish-card,.fzpe-login-card{background:#fff;border:1px solid #e1e8ee;border-radius:22px;padding:24px;margin-top:20px;box-shadow:0 5px 20px rgba(15,39,66,.05)}.fzpe-progress-head{display:flex;justify-content:space-between;margin-bottom:10px}.fzpe-progress-track{height:12px;border-radius:99px;background:#e8edf2;overflow:hidden}.fzpe-progress-track span{display:block;height:100%;background:var(--fzpe-gold);border-radius:99px}.fzpe-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.fzpe-stat-card{background:#fff;border:1px solid #e1e8ee;border-radius:20px;padding:20px;display:grid;gap:5px;box-shadow:0 5px 20px rgba(15,39,66,.05)}.fzpe-stat-card span{font-size:28px}.fzpe-stat-card small{color:#617284;font-size:14px}.fzpe-stat-card strong{font-size:28px;color:var(--fzpe-navy)}.fzpe-section-heading h2{font-size:32px;margin:3px 0 18px}.fzpe-mission-grid{display:grid;gap:14px}.fzpe-mission-card{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:16px;border:1px solid #dde6ed;border-radius:18px;padding:16px}.fzpe-mission-card.is-complete{border-color:#b9dfc6;background:#f5fcf7}.fzpe-mission-card.is-locked{opacity:.58}.fzpe-mission-number{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:var(--fzpe-navy);color:#fff;font-weight:900;font-size:20px}.fzpe-mission-copy h3{margin:0 0 5px;color:var(--fzpe-navy)}.fzpe-mission-copy p{margin:0;color:#657586}.fzpe-lock-label,.fzpe-complete-badge{display:inline-flex;padding:8px 12px;border-radius:99px;background:#e8edf2;font-weight:800}.fzpe-complete-badge{background:#dff4e5;color:#176b34;margin-top:14px}.fzpe-login-card{max-width:560px;margin:80px auto;text-align:center;padding:42px}.fzpe-login-card h1{font-size:40px;color:var(--fzpe-navy)}.fzpe-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:999999;display:grid;place-items:center;padding:25px}.fzpe-lightbox img{max-width:min(92vw,1000px);max-height:90vh;border-radius:16px}.fzpe-lightbox button{position:absolute;top:20px;right:20px;border:0;border-radius:99px;width:44px;height:44px;font-size:24px;cursor:pointer}

/* Mission Player: one screen, one learning task. */
.fzpe-player-shell{width:min(100%,620px);min-height:100dvh;margin:0 auto;padding:12px 12px 96px;background:linear-gradient(180deg,#f7fafc 0%,#fff 100%)}.fzpe-player-header{position:sticky;top:0;z-index:20;background:rgba(247,250,252,.96);backdrop-filter:blur(10px);padding:8px 0 12px;display:grid;grid-template-columns:42px 1fr;gap:8px;align-items:center}.fzpe-player-exit{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;text-decoration:none;background:#fff;border:1px solid var(--fzpe-border);font-size:25px;color:var(--fzpe-navy)}.fzpe-player-title{display:flex;flex-direction:column;min-width:0}.fzpe-player-title span{font-size:12px;font-weight:800;color:#6b7a88}.fzpe-player-title strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fzpe-player-progress{grid-column:1/-1;height:7px;background:#e5ebf0;border-radius:99px;overflow:hidden}.fzpe-player-progress span{display:block;height:100%;width:0;background:var(--fzpe-gold);border-radius:99px;transition:width .25s ease}.fzpe-player-step{display:none;min-height:calc(100dvh - 190px);align-items:center;justify-content:center;padding:10px 0}.fzpe-player-step.is-active{display:flex}.fzpe-intro-card,.fzpe-learning-card,.fzpe-game-card,.fzpe-celebration-card{width:100%;background:#fff;border:1px solid var(--fzpe-border);border-radius:24px;box-shadow:0 12px 30px rgba(15,39,66,.08);padding:22px;text-align:center}.fzpe-intro-card h1{font-size:clamp(34px,9vw,54px);line-height:1.04;margin:8px 0;color:var(--fzpe-navy)}.fzpe-intro-copy{font-size:18px;line-height:1.5;margin:10px auto 20px;max-width:34ch}.fzpe-intro-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.fzpe-intro-facts span{background:var(--fzpe-soft);border-radius:16px;padding:15px;font-weight:750}.fzpe-intro-facts strong{display:block;font-size:26px;color:var(--fzpe-navy)}.fzpe-intro-note{font-size:14px;color:#687887;margin-bottom:0}.fzpe-card-kicker{font-size:13px;font-weight:900;color:#6a7987;text-transform:uppercase;letter-spacing:.06em}.fzpe-hebrew-large{font-size:clamp(54px,15vw,86px);font-weight:950;line-height:1;margin:8px 0 12px;color:var(--fzpe-navy)}.fzpe-master-image{display:block;width:min(100%,420px);margin:0 auto;padding:0;border:0;background:none;border-radius:20px;overflow:hidden}.fzpe-master-image img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.fzpe-image-missing{aspect-ratio:1/1;background:#eef3f6;display:grid;place-items:center;color:#708090}.fzpe-word-details{display:grid;gap:7px;margin-top:14px}.fzpe-pronunciation-large{font-size:clamp(24px,7vw,34px);color:var(--fzpe-navy)}.fzpe-meaning-large{font-size:18px;color:#607181}.fzpe-audio-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.fzpe-audio-button,.fzpe-listen-button{border:1px solid #c8d4dc;background:#fff;color:var(--fzpe-navy);border-radius:14px;padding:13px 14px;font-weight:850;font-size:16px;cursor:pointer}.fzpe-listen-button{width:100%;background:var(--fzpe-navy);color:#fff;border-color:var(--fzpe-navy);font-size:18px;margin:14px 0}.fzpe-memory-hook-large{margin-top:8px;padding:12px 14px;border-radius:14px;background:#fff8e8;display:flex;justify-content:space-between;gap:12px;align-items:center;text-align:left}.fzpe-memory-hook-large span{font-size:12px;text-transform:uppercase;letter-spacing:.05em;font-weight:900;color:#7b6a38}.fzpe-memory-hook-large strong{font-size:18px;color:var(--fzpe-navy)}.fzpe-game-card h2,.fzpe-celebration-card h2{font-size:clamp(30px,8vw,44px);margin:7px 0 18px;color:var(--fzpe-navy)}.fzpe-game-prompt{background:var(--fzpe-soft);border-radius:18px;padding:22px;margin:14px 0}.fzpe-game-hebrew{font-size:clamp(58px,18vw,92px);font-weight:950;color:var(--fzpe-navy)}.fzpe-game-image{display:block;width:min(100%,360px);aspect-ratio:1/1;object-fit:cover;border-radius:20px;margin:0 auto 18px}.fzpe-choice-grid{display:grid;gap:10px}.fzpe-choice-button{width:100%;border:2px solid var(--fzpe-border);background:#fff;border-radius:15px;padding:15px;font-size:17px;font-weight:800;color:var(--fzpe-navy);cursor:pointer}.fzpe-choice-button.is-rtl{direction:rtl;font-size:30px}.fzpe-choice-button.is-correct{background:#e7f7ed;border-color:#69b985;color:#176b34}.fzpe-choice-button.is-wrong{background:#fff0ef;border-color:#e1958d;color:#9f2d21}.fzpe-choice-button:disabled{cursor:default;opacity:1}.fzpe-game-feedback{min-height:24px;margin:14px 0 0;font-weight:900}.fzpe-game-feedback.is-correct{color:var(--fzpe-green)}.fzpe-game-feedback.is-wrong{color:var(--fzpe-red)}.fzpe-audio-missing{padding:16px;background:#f2f4f6;border-radius:14px;color:#6e7b86}.fzpe-celebration-icon{font-size:64px}.fzpe-celebration-card p{font-size:18px}.fzpe-xp-reward{display:inline-block;margin:10px 0 20px;padding:12px 18px;border-radius:99px;background:#fff8e8;color:var(--fzpe-navy);font-size:22px;font-weight:950}.fzpe-celebration-card form{margin:0}.fzpe-player-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:30;width:min(100%,620px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:12px;background:rgba(255,255,255,.97);border-top:1px solid var(--fzpe-border);box-shadow:0 -8px 24px rgba(15,39,66,.08)}.fzpe-nav-button{border:0;border-radius:14px;padding:14px 12px;font-size:16px;font-weight:900;cursor:pointer}.fzpe-nav-back{background:#edf2f6;color:var(--fzpe-navy)}.fzpe-nav-next{background:var(--fzpe-gold);color:var(--fzpe-navy)}.fzpe-nav-button:disabled{opacity:.45;cursor:not-allowed}.fzpe-step-count{font-size:13px;font-weight:850;color:#687887;min-width:52px;text-align:center}

@media(max-width:720px){.fzpe-learner-shell{margin:22px auto;padding:0 14px}.fzpe-hero-panel,.fzpe-mission-hero{align-items:flex-start;flex-direction:column;padding:26px}.fzpe-stat-grid{grid-template-columns:1fr}.fzpe-mission-card{grid-template-columns:48px 1fr}.fzpe-mission-card>a,.fzpe-mission-card>.fzpe-lock-label{grid-column:1/-1;width:100%}.fzpe-player-shell{padding-left:10px;padding-right:10px}.fzpe-intro-card,.fzpe-learning-card,.fzpe-game-card,.fzpe-celebration-card{padding:18px;border-radius:20px}.fzpe-player-step{min-height:calc(100dvh - 176px)}}

/* Golden Card v1: phone-first, full image, compact vertical rhythm. */
.fzpe-player-shell{
  width:min(100%,620px);
  min-height:100dvh;
  margin:0 auto;
  padding:6px 10px 82px;
  background:linear-gradient(180deg,#f7fafc 0%,#fff 100%);
}
.fzpe-player-header{
  position:sticky;
  top:0;
  z-index:20;
  padding:4px 0 7px;
  grid-template-columns:36px 1fr;
  gap:7px;
}
.fzpe-player-exit{width:34px;height:34px;font-size:22px}
.fzpe-player-title span{font-size:10px}
.fzpe-player-title strong{font-size:13px}
.fzpe-player-progress{height:5px}
.fzpe-player-step{
  min-height:0;
  align-items:flex-start;
  justify-content:center;
  padding:4px 0 6px;
}
.fzpe-learning-card{
  width:100%;
  padding:10px 12px 12px;
  border-radius:18px;
  display:grid;
  grid-template-rows:auto auto auto minmax(0,1fr) auto;
  gap:5px;
  box-shadow:0 7px 20px rgba(15,39,66,.07);
}
.fzpe-card-kicker{font-size:10px;line-height:1.1;margin:0}
.fzpe-word-dots{display:flex;justify-content:center;gap:6px;height:8px;align-items:center}
.fzpe-word-dots span{width:7px;height:7px;border-radius:50%;background:#dbe3ea}
.fzpe-word-dots span.is-filled{background:var(--fzpe-gold)}
.fzpe-hebrew-large{
  font-size:clamp(46px,13vw,68px);
  line-height:.95;
  margin:2px 0 4px;
}
.fzpe-master-image{
  width:min(100%,390px);
  max-height:clamp(220px,42dvh,390px);
  margin:0 auto;
  border-radius:15px;
  overflow:hidden;
  background:#f2f5f7;
}
.fzpe-master-image img{
  width:100%;
  height:100%;
  max-height:clamp(220px,42dvh,390px);
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
}
.fzpe-image-missing{
  width:min(100%,390px);
  min-height:120px;
  max-height:180px;
  aspect-ratio:auto;
  padding:18px;
}
.fzpe-word-details{gap:4px;margin-top:3px}
.fzpe-pronunciation-large{font-size:clamp(20px,5.5vw,28px);line-height:1.05}
.fzpe-meaning-large{font-size:16px;line-height:1.15}
.fzpe-audio-actions{gap:8px;margin-top:4px}
.fzpe-audio-button{padding:10px 8px;font-size:14px;min-height:42px}
.fzpe-memory-hook-large{
  margin-top:3px;
  padding:8px 11px;
  border-radius:12px;
  justify-content:center;
  text-align:center;
}
.fzpe-memory-hook-large span{font-size:17px}
.fzpe-memory-hook-large strong{font-size:17px;line-height:1.1}
.fzpe-player-nav{padding:8px 10px;gap:8px}
.fzpe-nav-button{padding:11px 10px;font-size:15px;min-height:44px}
.fzpe-step-count{font-size:12px;min-width:42px}

@media (max-width:420px){
  .fzpe-player-shell{padding-left:7px;padding-right:7px;padding-bottom:76px}
  .fzpe-learning-card{padding:8px 9px 10px;gap:3px}
  .fzpe-master-image,.fzpe-master-image img{max-height:38dvh}
  .fzpe-hebrew-large{font-size:48px}
  .fzpe-pronunciation-large{font-size:21px}
  .fzpe-meaning-large{font-size:15px}
  .fzpe-audio-button{min-height:40px;padding:8px 6px}
  .fzpe-memory-hook-large{padding:7px 9px}
}

@media (min-width:721px){
  .fzpe-player-shell{width:min(100%,720px)}
  .fzpe-player-nav{width:min(100%,720px)}
  .fzpe-learning-card{max-width:620px;margin:0 auto;padding:14px 18px}
  .fzpe-master-image{width:min(100%,430px);max-height:430px}
  .fzpe-master-image img{max-height:430px}
}

/* Focus Mode v4.7: the mission replaces the website chrome. */
body.fzpe-focus-mode{
  margin:0!important;
  background:#f7fafc!important;
  overflow-x:hidden;
}
body.fzpe-focus-mode #wpadminbar,
body.fzpe-focus-mode header.site-header,
body.fzpe-focus-mode .site-header,
body.fzpe-focus-mode #masthead,
body.fzpe-focus-mode .main-header-bar-wrap,
body.fzpe-focus-mode .ast-mobile-header-wrap,
body.fzpe-focus-mode .entry-header,
body.fzpe-focus-mode .page-header,
body.fzpe-focus-mode footer.site-footer,
body.fzpe-focus-mode .site-footer,
body.fzpe-focus-mode #colophon,
body.fzpe-focus-mode .site-below-footer-wrap{
  display:none!important;
}
body.fzpe-focus-mode .site,
body.fzpe-focus-mode #page,
body.fzpe-focus-mode .site-content,
body.fzpe-focus-mode #content,
body.fzpe-focus-mode .ast-container,
body.fzpe-focus-mode .content-area,
body.fzpe-focus-mode .site-main,
body.fzpe-focus-mode article.page,
body.fzpe-focus-mode .entry-content{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.fzpe-focus-mode .entry-content > p:empty{display:none!important}
body.fzpe-focus-mode .fzpe-player-shell{
  min-height:100dvh;
  padding-top:max(5px,env(safe-area-inset-top));
  padding-bottom:calc(72px + env(safe-area-inset-bottom));
}
body.fzpe-focus-mode .fzpe-player-header{
  position:relative;
  top:auto;
  padding:3px 0 6px;
}
body.fzpe-focus-mode .fzpe-player-step{
  padding-top:2px;
}
body.fzpe-focus-mode .fzpe-learning-card{
  max-height:calc(100dvh - 93px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
}
body.fzpe-focus-mode .fzpe-player-nav{
  padding-bottom:calc(8px + env(safe-area-inset-bottom));
}

@media (max-width:420px){
  body.fzpe-focus-mode .fzpe-learning-card{
    padding:6px 8px 8px;
    gap:2px;
  }
  body.fzpe-focus-mode .fzpe-card-kicker{font-size:9px}
  body.fzpe-focus-mode .fzpe-word-dots{height:7px}
  body.fzpe-focus-mode .fzpe-hebrew-large{
    font-size:45px;
    margin:0 0 2px;
  }
  body.fzpe-focus-mode .fzpe-master-image{
    width:min(100%,340px);
    max-height:min(31dvh,285px);
  }
  body.fzpe-focus-mode .fzpe-master-image img{
    max-height:min(31dvh,285px);
  }
  body.fzpe-focus-mode .fzpe-word-details{gap:2px;margin-top:1px}
  body.fzpe-focus-mode .fzpe-pronunciation-large{font-size:19px}
  body.fzpe-focus-mode .fzpe-meaning-large{font-size:14px}
  body.fzpe-focus-mode .fzpe-audio-actions{margin-top:2px;gap:6px}
  body.fzpe-focus-mode .fzpe-audio-button{min-height:36px;padding:6px;font-size:13px}
  body.fzpe-focus-mode .fzpe-memory-hook-large{margin-top:1px;padding:6px 8px}
  body.fzpe-focus-mode .fzpe-memory-hook-large span,
  body.fzpe-focus-mode .fzpe-memory-hook-large strong{font-size:15px}
}


/* v4.8 Mission polish */
.fzpe-completion-notice{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 0 14px;padding:12px 16px;border:1px solid #b8e2c9;border-radius:14px;background:#eefaf3;color:#1b6b42;text-align:center}
.fzpe-completion-notice span{font-size:14px}
body.fzpe-focus-mode .fzpe-player-shell{height:100dvh;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto}
body.fzpe-focus-mode .fzpe-player-step{height:100%;min-height:0;overflow:auto;overscroll-behavior:contain;padding-bottom:8px}
body.fzpe-focus-mode .fzpe-learning-card{max-height:none;height:auto;align-self:start}
body.fzpe-focus-mode .fzpe-player-nav{position:relative;left:auto;right:auto;bottom:auto;width:100%;margin:0 auto;background:#fff;border-top:1px solid #e5eaf2;box-shadow:0 -4px 16px rgba(15,39,66,.07);padding-bottom:calc(8px + env(safe-area-inset-bottom))}
body.fzpe-focus-mode .fzpe-master-image{max-height:min(34dvh,320px)}
body.fzpe-focus-mode .fzpe-master-image img{max-height:min(34dvh,320px)}
@media (max-width:420px){
  body.fzpe-focus-mode .fzpe-player-shell{padding-bottom:0}
  body.fzpe-focus-mode .fzpe-player-header{padding-top:2px}
  body.fzpe-focus-mode .fzpe-player-step{padding:0 0 4px}
  body.fzpe-focus-mode .fzpe-learning-card{padding:5px 7px 7px}
  body.fzpe-focus-mode .fzpe-master-image{max-height:min(30dvh,270px)}
  body.fzpe-focus-mode .fzpe-master-image img{max-height:min(30dvh,270px)}
}

/* v4.8.3 Golden Card memory story */
.fzpe-memory-block{
  margin-top:3px;
  padding:8px 11px;
  border-radius:12px;
  background:#fff8e8;
  text-align:center;
}
.fzpe-memory-block .fzpe-memory-hook-large{
  margin:0;
  padding:0;
  background:transparent;
  justify-content:center;
}
.fzpe-memory-story{
  margin:4px 0 0;
  color:#5f6872;
  font-size:14px;
  line-height:1.28;
}
body.fzpe-focus-mode .fzpe-memory-block{
  margin-top:1px;
  padding:6px 8px;
}
body.fzpe-focus-mode .fzpe-memory-story{
  margin-top:3px;
  font-size:12px;
  line-height:1.2;
}
@media (max-width:420px){
  .fzpe-memory-block{padding:6px 8px}
  .fzpe-memory-story{font-size:12px;line-height:1.18}
}


/* v4.8.4 Mobile polish */
body.fzpe-focus-mode .fzpe-learning-card{
  padding:5px 7px 6px;
}
body.fzpe-focus-mode .fzpe-master-image{
  width:min(100%,440px);
  max-height:min(36dvh,340px);
}
body.fzpe-focus-mode .fzpe-master-image img{
  max-height:min(36dvh,340px);
}
body.fzpe-focus-mode .fzpe-memory-block{
  padding:5px 8px 6px;
  border-radius:11px;
}
body.fzpe-focus-mode .fzpe-memory-story{
  margin-top:2px;
  font-size:11.5px;
  line-height:1.16;
  max-width:46ch;
  margin-left:auto;
  margin-right:auto;
}
body.fzpe-focus-mode .fzpe-game-card h2{
  margin-bottom:22px;
}
body.fzpe-focus-mode .fzpe-game-prompt,
body.fzpe-focus-mode .fzpe-game-image,
body.fzpe-focus-mode .fzpe-listen-button{
  margin-top:18px;
}
body.fzpe-focus-mode .fzpe-player-nav{
  position:sticky;
  bottom:0;
  z-index:40;
}
.fzpe-xp-reward.is-saved{
  background:#eefaf3;
  color:#176b34;
  border:1px solid #b8e2c9;
}
@media (max-width:420px){
  body.fzpe-focus-mode .fzpe-master-image,
  body.fzpe-focus-mode .fzpe-master-image img{
    max-height:min(32dvh,292px);
  }
  body.fzpe-focus-mode .fzpe-memory-block{padding:4px 7px 5px}
  body.fzpe-focus-mode .fzpe-memory-story{font-size:11px;line-height:1.14}
  body.fzpe-focus-mode .fzpe-game-card h2{margin-bottom:18px}
}

/* v4.8.5 Golden Card memory-first layout */
.fzpe-memory-sections{
  display:grid;
  gap:8px;
  margin-top:7px;
  text-align:left;
}
.fzpe-memory-panel{
  border-radius:15px;
  padding:12px 14px;
  border:1px solid rgba(15,39,66,.06);
}
.fzpe-sound-hook-panel{background:#fff8e8}
.fzpe-memory-story-panel{background:#f0f8ee}
.fzpe-recognition-panel{background:#eef6ff}
.fzpe-memory-panel-heading{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:6px;
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.fzpe-sound-hook-panel .fzpe-memory-panel-heading{color:#8a6410}
.fzpe-memory-story-panel .fzpe-memory-panel-heading{color:#26722f}
.fzpe-recognition-panel .fzpe-memory-panel-heading{color:#1e69a8}
.fzpe-memory-panel-heading span:first-child{
  font-size:18px;
  line-height:1;
}
.fzpe-sound-hook-value{
  display:block;
  color:var(--fzpe-navy);
  font-size:22px;
  line-height:1.08;
}
.fzpe-memory-story{
  margin:0;
  color:#263746;
  font-size:16px;
  line-height:1.42;
  text-align:left;
}
.fzpe-hook-highlight{
  padding:0 .08em;
  background:transparent;
  color:#d85822;
  font-weight:950;
}
.fzpe-recognition-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
}
.fzpe-recognition-tip{
  margin:0;
  color:#263746;
  font-size:15px;
  line-height:1.35;
}
.fzpe-recognition-word{
  display:grid;
  place-items:center;
  min-width:112px;
  padding:8px 12px;
  border-radius:11px;
  background:#fff;
  box-shadow:0 2px 8px rgba(15,39,66,.09);
  color:var(--fzpe-navy);
  font-size:34px;
  font-weight:900;
}
body.fzpe-focus-mode .fzpe-learning-card{
  overflow:visible;
}
body.fzpe-focus-mode .fzpe-player-step{
  align-items:start;
}
@media (max-width:420px){
  .fzpe-memory-sections{gap:6px;margin-top:5px}
  .fzpe-memory-panel{padding:9px 11px;border-radius:13px}
  .fzpe-memory-panel-heading{margin-bottom:5px;font-size:10.5px}
  .fzpe-memory-panel-heading span:first-child{font-size:16px}
  .fzpe-sound-hook-value{font-size:19px}
  .fzpe-memory-story{font-size:15px;line-height:1.34}
  .fzpe-recognition-tip{font-size:14px;line-height:1.28}
  .fzpe-recognition-word{min-width:92px;padding:7px 9px;font-size:29px}
}


/* v4.8.6 Compact mission journey navigator */
.fzpe-step-map{
  grid-column:1/-1;
  display:flex;
  gap:0;
  width:100%;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
  padding:4px 2px 5px;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}
.fzpe-step-map::-webkit-scrollbar{display:none}
.fzpe-step-map-item{
  position:relative;
  flex:0 0 58px;
  display:grid;
  justify-items:center;
  align-content:start;
  gap:2px;
  color:#7b8995;
  scroll-snap-align:center;
}
.fzpe-step-map-item:not(:last-child)::after{
  content:"";
  position:absolute;
  top:14px;
  left:calc(50% + 15px);
  width:28px;
  height:2px;
  background:#d7e0e7;
  z-index:0;
}
.fzpe-step-map-circle{
  position:relative;
  z-index:1;
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:2px solid #cfd9e1;
  background:#fff;
  color:#6d7b87;
  font-size:12px;
  font-weight:950;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.fzpe-step-map-check{display:none;font-size:15px;line-height:1}
.fzpe-step-map-icon{font-size:14px;line-height:1.1}
.fzpe-step-map-label{
  max-width:56px;
  font-size:8px;
  line-height:1.05;
  font-weight:800;
  text-align:center;
  white-space:normal;
}
.fzpe-step-map-item.is-complete{color:#24723e}
.fzpe-step-map-item.is-complete .fzpe-step-map-circle{
  background:#2f8a4b;
  border-color:#2f8a4b;
  color:#fff;
}
.fzpe-step-map-item.is-complete .fzpe-step-map-number{display:none}
.fzpe-step-map-item.is-complete .fzpe-step-map-check{display:block}
.fzpe-step-map-item.is-complete:not(:last-child)::after{background:#7fc493}
.fzpe-step-map-item.is-current{color:var(--fzpe-navy)}
.fzpe-step-map-item.is-current .fzpe-step-map-circle{
  background:var(--fzpe-gold);
  border-color:var(--fzpe-gold);
  color:var(--fzpe-navy);
  transform:scale(1.08);
  box-shadow:0 0 0 4px rgba(229,184,77,.18);
}
.fzpe-step-map-item.is-current .fzpe-step-map-label{font-weight:950}
.fzpe-step-map-item.is-upcoming{opacity:.72}

@media (min-width:620px){
  .fzpe-step-map{justify-content:center;overflow-x:visible}
  .fzpe-step-map-item{flex-basis:58px}
}

@media (max-width:420px){
  .fzpe-player-header{padding-bottom:4px}
  .fzpe-step-map-item{flex-basis:54px}
  .fzpe-step-map-item:not(:last-child)::after{width:24px}
  .fzpe-step-map-label{font-size:7.5px}
}


/* v4.8.7 Golden Card refinement */
.fzpe-learning-card{
  grid-template-rows:auto minmax(0,1fr) auto;
  gap:3px;
}
.fzpe-hebrew-large{
  margin:0 0 2px;
}
.fzpe-master-image{
  width:min(100%,430px);
  max-height:clamp(245px,45dvh,430px);
}
.fzpe-master-image img{
  max-height:clamp(245px,45dvh,430px);
}
.fzpe-word-details{
  gap:3px;
  margin-top:1px;
}
.fzpe-pronunciation-large{line-height:1.02}
.fzpe-meaning-large{line-height:1.1}
.fzpe-memory-sections{
  gap:7px;
  margin-top:5px;
}
.fzpe-memory-panel{
  padding:10px 13px;
}
.fzpe-memory-story{
  font-size:17px;
  line-height:1.48;
}
.fzpe-step-map-item.is-current .fzpe-step-map-circle{
  transform:scale(1.16);
  box-shadow:0 0 0 5px rgba(229,184,77,.2);
}
.fzpe-step-map-item.is-current .fzpe-step-map-label{
  font-size:8.5px;
}
@media (max-width:420px){
  .fzpe-learning-card{padding:7px 8px 9px;gap:2px}
  .fzpe-hebrew-large{font-size:48px;margin:0 0 1px}
  .fzpe-master-image{width:min(100%,405px);max-height:42dvh}
  .fzpe-master-image img{max-height:42dvh}
  .fzpe-word-details{margin-top:0}
  .fzpe-audio-actions{margin-top:3px}
  .fzpe-memory-panel{padding:9px 11px}
  .fzpe-memory-story{font-size:16px;line-height:1.42}
  .fzpe-step-map-item.is-current .fzpe-step-map-label{font-size:8px}
}


/* v4.8.8 Golden Card polish */
.fzpe-step-map-item{
  appearance:none;
  -webkit-appearance:none;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  font:inherit;
  cursor:pointer;
}
.fzpe-step-map-item:focus-visible{
  outline:3px solid rgba(229,184,77,.45);
  outline-offset:3px;
  border-radius:12px;
}
.fzpe-step-map-item.is-upcoming{
  cursor:default;
}
.fzpe-step-map-item:disabled{
  opacity:.72;
}
.fzpe-player-step[data-step-type="word"]{
  padding-top:0;
}
.fzpe-learning-card{
  padding-top:8px;
}
.fzpe-hebrew-large{
  margin-top:0;
  margin-bottom:1px;
  line-height:.96;
}
.fzpe-master-image{
  width:min(100%,495px);
  max-height:48dvh;
}
.fzpe-master-image img{
  max-height:48dvh;
}
.fzpe-word-details{
  gap:2px;
  margin-top:0;
}
.fzpe-audio-actions{
  margin-top:4px;
}
.fzpe-memory-sections{
  margin-top:6px;
  gap:7px;
}
.fzpe-memory-panel{
  padding:10px 13px;
}
.fzpe-memory-panel-heading{
  margin-bottom:4px;
  font-size:11px;
}
.fzpe-sound-hook-value{
  font-size:25px;
  line-height:1.05;
}
.fzpe-memory-story{
  font-size:17px;
  line-height:1.5;
}
.fzpe-hook-highlight{
  color:#c94f20;
  font-weight:950;
}
.fzpe-nav-next{
  width:100%;
  min-width:0;
}

@media (max-width:420px){
  .fzpe-player-header{padding-bottom:2px}
  .fzpe-step-map{padding-bottom:2px}
  .fzpe-player-step[data-step-type="word"]{padding-top:0}
  .fzpe-learning-card{padding:5px 6px 7px}
  .fzpe-hebrew-large{font-size:49px;margin:0 0 1px}
  .fzpe-master-image{width:min(100%,455px);max-height:46dvh}
  .fzpe-master-image img{max-height:46dvh}
  .fzpe-pronunciation-large{font-size:21px}
  .fzpe-meaning-large{font-size:15px}
  .fzpe-audio-actions{gap:6px;margin-top:3px}
  .fzpe-audio-button{min-height:38px;padding:7px 6px;font-size:13px}
  .fzpe-memory-sections{gap:6px;margin-top:5px}
  .fzpe-memory-panel{padding:9px 10px}
  .fzpe-memory-panel-heading{font-size:10px;margin-bottom:4px}
  .fzpe-sound-hook-value{font-size:22px}
  .fzpe-memory-story{font-size:16px;line-height:1.46}
  .fzpe-player-nav{grid-template-columns:92px 48px minmax(0,1fr)}
}

/* v4.8.9 Final Golden Card polish */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-learning-card{
  padding-top:2px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{
  font-size:clamp(58px,12vw,86px);
  font-weight:950;
  letter-spacing:.015em;
  line-height:.9;
  margin:0 0 3px;
  text-shadow:0 2px 0 rgba(15,39,66,.06);
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image{
  width:min(100%,545px);
  max-height:51dvh;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image img{
  max-height:51dvh;
}
body.fzpe-focus-mode .fzpe-step-map-item.is-current .fzpe-step-map-circle{
  transform:scale(1.12);
  box-shadow:0 0 0 7px rgba(229,184,77,.18),0 7px 18px rgba(15,39,66,.12);
}
body.fzpe-focus-mode .fzpe-step-map-item.is-current .fzpe-step-map-label{
  font-weight:950;
  color:var(--fzpe-navy);
}
body.fzpe-focus-mode .fzpe-word-details{
  margin-top:0;
}
body.fzpe-focus-mode .fzpe-pronunciation-large{
  margin-top:1px;
  line-height:1.05;
}
body.fzpe-focus-mode .fzpe-meaning-large{
  line-height:1.15;
}
body.fzpe-focus-mode .fzpe-memory-sections{
  margin-top:5px;
}

@media (max-width:420px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{
    font-size:56px;
    margin-bottom:2px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image{
    width:min(100%,500px);
    max-height:49dvh;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image img{
    max-height:49dvh;
  }
  body.fzpe-focus-mode .fzpe-step-map-item.is-current .fzpe-step-map-circle{
    transform:scale(1.09);
  }
}

/* v4.9.0 Mobile balance corrections */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{
  font-size:clamp(52px,10.5vw,74px);
  line-height:.94;
  margin:0 0 2px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image{
  width:min(100%,470px);
  max-height:44dvh;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image img{
  max-height:44dvh;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-image{
  width:min(100%,330px);
  max-height:38dvh;
  object-fit:cover;
  margin-bottom:12px;
}
@media (max-width:420px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{
    font-size:49px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image{
    width:min(100%,430px);
    max-height:42dvh;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image img{
    max-height:42dvh;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-image{
    width:min(100%,305px);
    max-height:35dvh;
  }
}

/* v4.9.1 Landscape image standard and final mobile polish */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{
  font-size:clamp(54px,11vw,78px);
  margin:0 0 0;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image{
  width:min(100%,560px);
  max-height:none;
  border-radius:24px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image img{
  width:100%;
  height:auto;
  max-height:none;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:24px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-word-details{
  margin-top:2px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-sound-hook-value{
  font-size:26px;
  font-weight:950;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-memory-story{
  font-size:17px;
  line-height:1.55;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-image{
  width:min(100%,520px);
  height:auto;
  max-height:none;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:24px;
  margin-bottom:12px;
}
@media (max-width:420px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{
    font-size:51px;
    margin-bottom:0;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image{
    width:100%;
    max-height:none;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image img{
    max-height:none;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-sound-hook-value{
    font-size:24px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-memory-story{
    font-size:16px;
    line-height:1.52;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-image{
    width:100%;
    max-height:none;
  }
}

/* v4.10.0 Five Words, Five Games */
.fzpe-intro-guide{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin:14px 0 10px;
  text-align:left;
}
.fzpe-intro-guide div{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:48px;
  padding:10px 12px;
  border:1px solid var(--fzpe-border);
  border-radius:14px;
  background:#f9fbfd;
}
.fzpe-intro-guide span{font-size:20px;line-height:1}
.fzpe-intro-guide strong{font-size:14px;line-height:1.18;color:var(--fzpe-navy)}
.fzpe-conversation-prompt{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:12px 0 14px;
  padding:16px;
  border-radius:18px;
  background:#eef6ff;
  color:var(--fzpe-navy);
  text-align:left;
}
.fzpe-conversation-prompt span{font-size:26px;line-height:1}
.fzpe-conversation-prompt p{margin:0;font-size:18px;line-height:1.4;font-weight:800}
.fzpe-game-instruction{margin:8px 0 12px;color:#617181;font-size:15px;font-weight:750}
.fzpe-boss-card{border-color:#e8b949;box-shadow:0 12px 34px rgba(232,185,73,.16)}
.fzpe-boss-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:-6px 0 12px;
  padding:7px 12px;
  border-radius:999px;
  background:#fff8e8;
  color:#7d5d0b;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}
@media(max-width:420px){
  .fzpe-intro-guide{grid-template-columns:1fr;gap:7px}
  .fzpe-intro-guide div{min-height:42px;padding:8px 10px}
  .fzpe-conversation-prompt{padding:13px;margin:8px 0 12px}
  .fzpe-conversation-prompt p{font-size:16px}
  .fzpe-boss-card .fzpe-game-image{max-height:24dvh}
}

/* v4.10.1 Wide 2:1 image display fix */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image{
  width:100%;
  max-width:560px;
  aspect-ratio:2/1;
  background:#eef3f6;
  border-radius:24px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-master-image img{
  width:100%;
  height:100%;
  max-height:none;
  aspect-ratio:2/1;
  object-fit:contain;
  object-position:center;
  border-radius:24px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-image{
  width:100%;
  max-width:520px;
  height:auto;
  aspect-ratio:2/1;
  object-fit:contain;
  object-position:center;
  background:#eef3f6;
  border-radius:24px;
}


/* v4.10.2 Compact mobile typography and spacing */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{
  font-size:clamp(44px,9.5vw,64px);
  line-height:.92;
  margin:0 0 2px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-word-details{
  gap:3px;
  margin-top:1px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-pronunciation-large{
  font-size:clamp(22px,6vw,30px);
  line-height:1;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-meaning-large{
  font-size:17px;
  line-height:1.1;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-audio-actions{
  margin-top:5px;
  gap:8px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-audio-button{
  padding:11px 12px;
  font-size:15px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-memory-sections{
  margin-top:4px;
  gap:8px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-memory-section{
  padding:12px 14px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-sound-hook-value{
  font-size:22px;
  line-height:1.08;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-memory-story{
  font-size:16px;
  line-height:1.4;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"]{
  padding-top:4px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card{
  padding-top:16px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card h2{
  font-size:clamp(28px,7vw,36px);
  line-height:1.08;
  margin:2px 0 12px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-prompt{
  padding:14px 16px;
  margin:8px 0 10px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-hebrew{
  font-size:clamp(42px,12vw,62px);
  line-height:1;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-grid{
  gap:8px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button{
  padding:11px 12px;
  min-height:54px;
  font-size:16px;
  border-radius:14px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button.is-rtl{
  font-size:27px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-image{
  margin-bottom:10px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="conversation"] .fzpe-conversation-prompt{
  margin:6px 0 8px;
  padding:12px 14px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="conversation"] .fzpe-conversation-prompt p{
  font-size:16px;
  line-height:1.3;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="conversation"] .fzpe-game-instruction{
  margin:5px 0 8px;
  font-size:14px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-card h2{
  margin-bottom:10px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-image{
  margin-bottom:8px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-prompt{
  margin:6px 0 7px;
  padding:10px 14px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-hebrew{
  font-size:clamp(38px,10vw,54px);
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-instruction{
  margin:4px 0 7px;
  font-size:14px;
}
@media(max-width:420px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{font-size:45px}
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-sound-hook-value{font-size:21px}
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card h2{font-size:29px}
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-hebrew{font-size:46px}
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button{padding:10px 11px;min-height:50px}
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button.is-rtl{font-size:25px}
  body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-hebrew{font-size:40px}
}


/* v4.10.3 Unified typography and one-screen mobile fit */
:root{
  --fzpe-game-title-size:clamp(28px,7vw,36px);
  --fzpe-hebrew-game-size:46px;
  --fzpe-hebrew-answer-size:25px;
  --fzpe-english-answer-size:16px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card h2{
  font-size:var(--fzpe-game-title-size);
  line-height:1.08;
  margin:2px 0 12px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-hebrew{
  font-size:var(--fzpe-hebrew-game-size);
  line-height:1;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button{
  font-size:var(--fzpe-english-answer-size);
  line-height:1.18;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button.is-rtl{
  font-size:var(--fzpe-hebrew-answer-size);
  line-height:1;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-feedback{
  font-size:18px;
  line-height:1.1;
  margin:10px 0 0;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="conversation"] .fzpe-game-card h2,
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-card h2{
  font-size:var(--fzpe-game-title-size);
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-hebrew{
  font-size:var(--fzpe-hebrew-game-size);
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-card{
  padding-top:18px;
  padding-bottom:18px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-icon{
  font-size:58px;
  margin-bottom:4px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-eyebrow{
  margin:2px 0 6px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] h2{
  font-size:clamp(32px,8vw,42px);
  line-height:1.05;
  margin:4px 0 10px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-card > p:not(.fzpe-eyebrow){
  font-size:18px;
  line-height:1.35;
  margin:8px 0 14px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-xp-reward{
  margin:10px auto 12px;
  padding:11px 16px;
  font-size:20px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-primary-button{
  min-height:54px;
  padding:12px 18px;
}
@media(max-width:420px){
  :root{
    --fzpe-game-title-size:29px;
    --fzpe-hebrew-game-size:42px;
    --fzpe-hebrew-answer-size:24px;
    --fzpe-english-answer-size:15px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card{
    padding:12px 12px 14px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card h2{
    margin:0 0 10px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-prompt{
    padding:10px 12px;
    margin:6px 0 8px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-grid{
    gap:7px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button{
    min-height:48px;
    padding:9px 10px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-game-type="picture"] .fzpe-game-image,
  body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-image{
    margin-bottom:8px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-game-type="conversation"] .fzpe-conversation-prompt{
    padding:10px 12px;
    margin:4px 0 7px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-card{
    padding:14px 16px 16px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-icon{
    font-size:50px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] h2{
    font-size:34px;
    margin:2px 0 8px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-card > p:not(.fzpe-eyebrow){
    font-size:17px;
    margin:6px 0 10px;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-xp-reward{
    padding:9px 14px;
    font-size:18px;
    margin:8px auto 10px;
  }
}


/* v4.10.4 One-screen mobile navigation and completion polish */
body.fzpe-focus-mode .fzpe-player-header{
  padding-top:5px;
  padding-bottom:3px;
  grid-template-columns:36px 1fr;
  gap:6px;
}
body.fzpe-focus-mode .fzpe-player-exit{
  width:34px;
  height:34px;
  font-size:21px;
}
body.fzpe-focus-mode .fzpe-player-title span{font-size:11px;line-height:1.05}
body.fzpe-focus-mode .fzpe-player-title strong{font-size:14px;line-height:1.1}
body.fzpe-focus-mode .fzpe-step-map{
  padding:2px 1px 3px;
  min-height:38px;
}
body.fzpe-focus-mode .fzpe-step-map-item{
  flex-basis:43px;
  gap:0;
}
body.fzpe-focus-mode .fzpe-step-map-item:not(:last-child)::after{
  top:11px;
  left:calc(50% + 12px);
  width:20px;
}
body.fzpe-focus-mode .fzpe-step-map-circle{
  width:24px;
  height:24px;
  font-size:10px;
  border-width:2px;
}
body.fzpe-focus-mode .fzpe-step-map-check{font-size:13px}
body.fzpe-focus-mode .fzpe-step-map-icon{display:none}
body.fzpe-focus-mode .fzpe-step-map-label{
  display:none;
  max-width:43px;
  margin-top:2px;
  font-size:7px;
  line-height:1;
  white-space:nowrap;
}
body.fzpe-focus-mode .fzpe-step-map-item.is-current .fzpe-step-map-label{display:block}
body.fzpe-focus-mode .fzpe-step-map-item.is-current .fzpe-step-map-circle{
  transform:scale(1.04);
  box-shadow:0 0 0 3px rgba(229,184,77,.16);
}
body.fzpe-focus-mode .fzpe-player-step{
  min-height:calc(100dvh - 150px);
  padding-top:3px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-learning-card{
  padding-top:3px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{
  font-size:42px;
  margin-bottom:1px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-pronunciation-large{
  font-size:23px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-meaning-large{
  font-size:15px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-audio-button{
  min-height:46px;
  padding:8px 10px;
  font-size:14px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-memory-panel{
  padding:8px 11px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-sound-hook-value{
  font-size:19px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-memory-story{
  font-size:14px;
  line-height:1.28;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card{
  padding-top:10px;
  padding-bottom:12px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card h2{
  font-size:28px;
  margin-bottom:8px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-image{
  max-height:28dvh;
  margin-bottom:6px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-prompt{
  padding:8px 10px;
  margin:5px 0 6px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-hebrew{
  font-size:40px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-grid{gap:6px}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button{
  min-height:44px;
  padding:7px 9px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-choice-button.is-rtl{
  font-size:22px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-feedback{
  margin-top:7px;
  font-size:16px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="conversation"] .fzpe-conversation-prompt{
  padding:8px 10px;
  margin:3px 0 5px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="conversation"] .fzpe-conversation-prompt p{
  font-size:14px;
  line-height:1.22;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="conversation"] .fzpe-game-instruction{
  font-size:12px;
  margin:3px 0 5px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-card h2{
  font-size:27px;
  margin-bottom:7px;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-image{
  max-height:24dvh;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-game-instruction{
  display:none;
}
body.fzpe-focus-mode .fzpe-player-nav{
  padding:8px 10px;
}
body.fzpe-focus-mode .fzpe-nav-button{
  min-height:46px;
  padding:9px 10px;
}
body.fzpe-focus-mode [data-fzpe-player].is-complete-step .fzpe-player-nav{
  display:none;
}
body.fzpe-focus-mode [data-fzpe-player].is-complete-step{
  padding-bottom:12px;
}
body.fzpe-focus-mode [data-fzpe-player].is-complete-step .fzpe-player-step[data-step-type="complete"]{
  min-height:calc(100dvh - 112px);
  align-items:center;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-card{
  padding:12px 14px 14px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-icon{
  font-size:42px;
  line-height:1;
  margin-bottom:2px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-eyebrow{
  margin:1px 0 4px;
  font-size:11px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] h2{
  font-size:30px;
  margin:2px 0 7px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-card > p:not(.fzpe-eyebrow){
  font-size:15px;
  line-height:1.25;
  margin:5px 0 8px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-xp-reward{
  padding:8px 12px;
  font-size:16px;
  margin:6px auto 8px;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-primary-button{
  min-height:46px;
  padding:9px 14px;
  font-size:15px;
}
@media(max-width:420px){
  body.fzpe-focus-mode .fzpe-step-map-item{flex-basis:41px}
  body.fzpe-focus-mode .fzpe-step-map-item:not(:last-child)::after{width:19px}
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="word"] .fzpe-hebrew-large{font-size:40px}
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-card h2{font-size:27px}
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-hebrew{font-size:38px}
}

/* v5.0 Journey Engine dashboard */
.fzpe-journey-dashboard{max-width:760px;margin:24px auto;padding-bottom:36px}
.fzpe-journey-hero{position:relative;min-height:390px;border-radius:28px;overflow:hidden;background-image:linear-gradient(180deg,rgba(8,25,43,.08),rgba(8,25,43,.9)),var(--fzpe-destination-image);background-size:cover;background-position:center;box-shadow:0 18px 44px rgba(15,39,66,.2)}
.fzpe-journey-hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:30px;color:#fff}
.fzpe-journey-hero h1{margin:4px 0 6px;color:#fff;font-size:clamp(42px,9vw,70px);line-height:1}
.fzpe-journey-welcome{margin:0 0 14px;max-width:540px;font-size:18px;font-weight:650}
.fzpe-journey-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.fzpe-journey-meta span{padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(6px);font-size:13px;font-weight:850}
.fzpe-journey-cta{font-size:17px;padding:14px 24px}
.fzpe-journey-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.fzpe-journey-summary>div{background:#fff;border:1px solid var(--fzpe-border);border-radius:18px;padding:14px;text-align:center;box-shadow:0 5px 16px rgba(15,39,66,.05)}
.fzpe-journey-summary small{display:block;color:#687887;font-weight:750}
.fzpe-journey-summary strong{display:block;margin-top:3px;font-size:24px;color:var(--fzpe-navy)}
.fzpe-passport-section{padding:20px}
.fzpe-destination-path{display:grid;gap:12px}
.fzpe-destination-card{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:15px;border:1px solid var(--fzpe-border);border-radius:18px;background:#fff}
.fzpe-destination-card.is-active{border:2px solid var(--fzpe-gold);background:#fffaf0;box-shadow:0 8px 22px rgba(229,184,77,.18)}
.fzpe-destination-card.is-complete{border-color:#9fd4af;background:#f2fbf5}
.fzpe-destination-card.is-locked{opacity:.58}
.fzpe-destination-mark{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--fzpe-navy);color:#fff;font-size:22px;font-weight:950}
.fzpe-destination-card.is-active .fzpe-destination-mark{background:var(--fzpe-gold);color:var(--fzpe-navy)}
.fzpe-destination-card.is-complete .fzpe-destination-mark{background:var(--fzpe-green)}
.fzpe-destination-card small{font-weight:800;color:#7a8794}
.fzpe-destination-card h3{margin:2px 0 3px;color:var(--fzpe-navy);font-size:22px}
.fzpe-destination-card p{margin:0;color:#647485;font-size:14px}
@media(max-width:520px){.fzpe-journey-dashboard{margin:10px auto;padding:0 10px 26px}.fzpe-journey-hero{min-height:330px;border-radius:22px}.fzpe-journey-hero-overlay{padding:22px}.fzpe-journey-summary{grid-template-columns:repeat(3,1fr)}.fzpe-journey-summary>div{padding:10px 5px}.fzpe-journey-summary strong{font-size:20px}.fzpe-passport-section{padding:14px}.fzpe-destination-card{padding:12px;grid-template-columns:46px 1fr}.fzpe-destination-mark{width:42px;height:42px;border-radius:13px}.fzpe-destination-card h3{font-size:19px}}

.fzpe-destination-card[href]{text-decoration:none;color:inherit;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.fzpe-destination-card[href]:hover,.fzpe-destination-card[href]:focus{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,39,66,.14);outline:none}.fzpe-destination-card[href]:focus-visible{outline:3px solid var(--fzpe-gold);outline-offset:3px}

/* v6.1 Journey Engine learner homepage */
body.fzpe-app-mode{margin:0;background:#f5f8fc;color:#0b2348}body.fzpe-app-mode header:not(.fzpe-hh-topbar),body.fzpe-app-mode footer:not(.fzpe-hh-encouragement),body.fzpe-app-mode .site-header,body.fzpe-app-mode .site-footer,body.fzpe-app-mode .entry-header{display:none!important}body.fzpe-app-mode .site,body.fzpe-app-mode .site-content,body.fzpe-app-mode .content-area,body.fzpe-app-mode .entry-content{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}body.fzpe-app-mode .entry-content>*{max-width:none!important}
.fzpe-hh-app{--navy:#08234e;--blue:#0876f9;--gold:#ffbd26;--cream:#fffaf0;max-width:1480px;margin:auto;padding:20px 24px 110px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--navy)}
.fzpe-hh-app *{box-sizing:border-box}.fzpe-hh-app a{text-decoration:none}.fzpe-hh-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.fzpe-hh-brand img{display:block;width:245px;height:78px;object-fit:cover;object-position:center;border-radius:10px}.fzpe-hh-desktop-nav{display:flex;gap:12px}.fzpe-hh-desktop-nav a{min-width:88px;padding:10px;text-align:center;color:#233551;font-weight:750;border-bottom:3px solid transparent}.fzpe-hh-desktop-nav a span{display:block;font-size:13px;margin-top:3px}.fzpe-hh-desktop-nav a.is-active{color:var(--blue);border-color:var(--blue)}.fzpe-hh-user{display:flex;align-items:center;gap:12px;font-weight:800}.fzpe-hh-xp,.fzpe-hh-greeting{background:#fff;border:1px solid #e4e9ef;border-radius:16px;padding:12px 16px;box-shadow:0 6px 20px rgba(15,39,66,.07)}.fzpe-hh-xp{color:#c48300}.fzpe-hh-toast{padding:14px 18px;background:#e8f8ee;border:1px solid #8bd0a3;border-radius:16px;margin-bottom:14px}
.fzpe-hh-hero{min-height:500px;border-radius:30px;background-image:linear-gradient(90deg,rgba(245,252,255,.98) 0%,rgba(245,252,255,.9) 32%,rgba(245,252,255,.08) 58%),var(--fzpe-hero);background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden;box-shadow:0 18px 50px rgba(15,39,66,.16)}.fzpe-hh-hero-copy{width:min(560px,52%);padding:54px}.fzpe-hh-kicker{font-weight:900;color:#3474a7;text-transform:uppercase;letter-spacing:.05em}.fzpe-hh-hero h1{font-size:clamp(44px,5vw,76px);line-height:.98;margin:12px 0;color:var(--navy)}.fzpe-hh-hero p{font-size:20px;line-height:1.5;margin:0 0 20px}.fzpe-hh-progress-card{max-width:390px;background:rgba(255,255,255,.9);border-radius:18px;padding:16px;margin-bottom:20px;box-shadow:0 8px 25px rgba(15,39,66,.12)}.fzpe-hh-progress-card>div:first-child{display:flex;justify-content:space-between}.fzpe-hh-progress{height:11px;background:#dbe6ee;border-radius:99px;margin-top:10px;overflow:hidden}.fzpe-hh-progress i{display:block;height:100%;background:#27bd64;border-radius:99px}.fzpe-hh-primary{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:17px 28px;border-radius:16px;background:linear-gradient(#ffd25a,#ffb91b);color:#142746;font-size:19px;font-weight:950;box-shadow:0 8px 0 #db9300,0 13px 25px rgba(219,147,0,.25)}.fzpe-hh-primary b{font-size:28px;line-height:0}
.fzpe-hh-statbar{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);color:#fff;border-radius:20px;margin:16px 0;overflow:hidden}.fzpe-hh-statbar>div{padding:18px;text-align:center;border-right:1px solid rgba(255,255,255,.18);font-size:22px}.fzpe-hh-statbar>div:last-child{border:0}.fzpe-hh-statbar strong{margin:0 6px}.fzpe-hh-statbar span{font-size:14px;color:#dbe7f8}
.fzpe-hh-grid{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(310px,.9fr);gap:18px}.fzpe-hh-maincol{display:grid;gap:18px}.fzpe-hh-panel{background:#fff;border:1px solid #e6ebf1;border-radius:24px;padding:22px;box-shadow:0 7px 24px rgba(15,39,66,.06)}.fzpe-hh-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.fzpe-hh-heading h2{margin:0;font-size:21px;color:var(--navy)}.fzpe-hh-heading a,.fzpe-hh-heading span{color:var(--blue);font-weight:800;font-size:13px}
.fzpe-hh-passport{display:grid;grid-template-columns:repeat(5,1fr);border-radius:16px;overflow:hidden;border:1px solid #dfd6c4;background:#f8f1e4}.fzpe-hh-passport-page{min-height:190px;padding:15px 10px;text-align:center;border-right:1px solid #ded3c2;background:linear-gradient(100deg,#fffdf7,#f4ead8);position:relative}.fzpe-hh-passport-page:last-child{border:0}.fzpe-hh-passport-page small{font-weight:900}.fzpe-hh-stamp{width:105px;height:105px;margin:22px auto 0;border:5px double #174a87;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-8deg);font-size:13px;font-weight:950;color:#174a87}.fzpe-hh-stamp b{font-size:10px}.fzpe-hh-passport-page.is-active{box-shadow:inset 0 0 0 3px var(--gold)}.fzpe-hh-passport-page.is-active .fzpe-hh-stamp{color:#a54c21;border-color:#a54c21}.fzpe-hh-lock{font-size:30px;margin-top:55px;opacity:.4}
.fzpe-hh-missions{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.fzpe-hh-mission{position:relative;border:1px solid #dae1e8;border-radius:16px;padding:9px;background:#fff;min-width:0}.fzpe-hh-mission.is-active{border:2px solid var(--gold);box-shadow:0 8px 20px rgba(255,185,27,.2)}.fzpe-hh-mission.is-locked{filter:grayscale(.65);opacity:.65}.fzpe-hh-mission-art{height:126px;border-radius:11px;background-size:cover;background-position:center;position:relative}.fzpe-hh-mission-art b{position:absolute;top:7px;left:7px;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#159c56;color:#fff}.fzpe-hh-mission.is-active .fzpe-hh-mission-art b{background:#1585bc}.fzpe-hh-mission.is-locked .fzpe-hh-mission-art b{background:#777}.fzpe-hh-mission h3{font-size:14px;margin:10px 2px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fzpe-hh-mission p{font-size:11px;margin:0;color:#159c56}.fzpe-hh-mission.is-active p{color:#da8700}.fzpe-hh-mission.is-locked p{color:#666}.fzpe-hh-mission>a{position:absolute;inset:0}
.fzpe-hh-journey{min-height:640px;background:linear-gradient(135deg,#dff5ff,#f8eed6)}.fzpe-hh-map{padding:30px 12px 20px;background:linear-gradient(120deg,rgba(0,162,231,.2) 0 37%,rgba(231,205,151,.35) 38% 100%);border-radius:18px;min-height:565px}.fzpe-hh-map-stop{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center;margin-bottom:22px;position:relative}.fzpe-hh-map-stop:not(:last-child):after{content:"";position:absolute;left:15px;top:31px;height:26px;border-left:3px dashed #fff}.fzpe-hh-map-stop i{width:30px;height:30px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:#8795a4;border:4px solid #fff}.fzpe-hh-map-stop.is-active i{background:var(--gold)}.fzpe-hh-map-stop.is-complete i{background:var(--blue)}.fzpe-hh-map-stop>div{background:rgba(255,255,255,.9);border-radius:12px;padding:10px 12px}.fzpe-hh-map-stop strong,.fzpe-hh-map-stop span{display:block}.fzpe-hh-map-stop span{font-size:11px;color:#66778b}.fzpe-hh-map-stop.is-active>div{box-shadow:0 0 0 2px var(--gold)}
.fzpe-hh-collections{margin-top:18px}.fzpe-hh-collections>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.fzpe-hh-collections article{display:grid;grid-template-columns:48px 1fr;align-items:center;background:#fbfcfe;border:1px solid #e6ebf1;border-radius:16px;padding:15px;font-size:28px}.fzpe-hh-collections strong,.fzpe-hh-collections span{grid-column:2}.fzpe-hh-collections strong{font-size:25px}.fzpe-hh-collections span{font-size:12px}.fzpe-hh-encouragement{margin-top:18px;background:var(--navy);color:#fff;border-radius:24px;padding:16px 24px;display:flex;align-items:center;gap:18px}.fzpe-hh-encouragement img{width:105px;height:105px;border-radius:50%;object-fit:cover}.fzpe-hh-encouragement h2,.fzpe-hh-encouragement p{margin:0}.fzpe-hh-encouragement>div{flex:1}.fzpe-hh-encouragement .fzpe-hh-primary{padding:14px 22px}.fzpe-hh-bottom-nav{display:none}
@media(max-width:1000px){.fzpe-hh-desktop-nav{display:none}.fzpe-hh-grid{grid-template-columns:1fr}.fzpe-hh-journey{min-height:auto}.fzpe-hh-map{min-height:auto}.fzpe-hh-passport{overflow-x:auto}.fzpe-hh-passport-page{min-width:145px}.fzpe-hh-missions{overflow-x:auto;grid-template-columns:repeat(5,180px)}.fzpe-hh-bottom-nav{display:flex;position:fixed;z-index:99;left:12px;right:12px;bottom:10px;background:#fff;border:1px solid #e2e8ef;border-radius:24px;justify-content:space-around;padding:8px;box-shadow:0 10px 35px rgba(15,39,66,.18)}.fzpe-hh-bottom-nav a{color:#263a57;text-align:center;font-weight:800}.fzpe-hh-bottom-nav a span{display:block;font-size:10px}.fzpe-hh-bottom-nav a.is-active{color:var(--blue)}}
@media(max-width:720px){.fzpe-hh-app{padding:10px 10px 95px}.fzpe-hh-topbar{margin-bottom:10px}.fzpe-hh-brand img{width:170px;height:55px}.fzpe-hh-greeting{display:none}.fzpe-hh-xp{padding:9px}.fzpe-hh-hero{min-height:530px;background-image:linear-gradient(180deg,rgba(245,252,255,.96) 0%,rgba(245,252,255,.72) 52%,rgba(245,252,255,.05) 72%),var(--fzpe-hero);background-position:65% center;align-items:flex-start}.fzpe-hh-hero-copy{width:100%;padding:30px 24px}.fzpe-hh-hero h1{font-size:43px}.fzpe-hh-hero p{font-size:16px;max-width:320px}.fzpe-hh-statbar{grid-template-columns:repeat(2,1fr)}.fzpe-hh-statbar>div:nth-child(2){border-right:0}.fzpe-hh-statbar>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}.fzpe-hh-panel{padding:15px;border-radius:18px}.fzpe-hh-collections>div:last-child{grid-template-columns:repeat(2,1fr)}.fzpe-hh-encouragement{padding:14px}.fzpe-hh-encouragement img{width:72px;height:72px}.fzpe-hh-encouragement .fzpe-hh-primary{display:none}}

/* v6.5 Mission 1 gold-standard player */
.fzpe-mission-intro-art{display:block;width:calc(100% + 44px);max-height:260px;object-fit:cover;margin:-22px -22px 20px;border-radius:24px 24px 16px 16px}.fzpe-completion-postcard{display:block;width:100%;max-height:310px;object-fit:cover;border-radius:18px;margin:0 auto 18px}.fzpe-mission-rewards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0}.fzpe-mission-rewards figure{margin:0;padding:12px;background:#f7fafc;border:1px solid var(--fzpe-border);border-radius:18px}.fzpe-mission-rewards img{width:120px;height:120px;object-fit:contain}.fzpe-mission-rewards figcaption{font-weight:850;font-size:13px;color:var(--fzpe-navy)}@media(max-width:720px){.fzpe-mission-intro-art{width:calc(100% + 36px);margin:-18px -18px 16px}.fzpe-mission-rewards img{width:92px;height:92px}}


/* v6.6.4 Mobile learner homepage optimisation */
@media(max-width:720px){
  .fzpe-hh-app{padding:8px 8px 92px;overflow-x:hidden}
  .fzpe-hh-topbar{gap:8px;margin-bottom:8px}
  .fzpe-hh-brand img{width:154px;height:50px}
  .fzpe-hh-xp{font-size:12px;padding:8px 10px;border-radius:13px}

  .fzpe-hh-hero{
    min-height:455px;
    border-radius:22px;
    align-items:flex-start;
    background-color:#dff4ff;
    background-image:linear-gradient(180deg,rgba(245,252,255,.98) 0%,rgba(245,252,255,.92) 38%,rgba(245,252,255,.32) 62%,rgba(245,252,255,.02) 78%),var(--fzpe-hero);
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:right bottom;
  }
  .fzpe-hh-hero-copy{width:100%;padding:24px 18px 18px}
  .fzpe-hh-kicker{font-size:11px}
  .fzpe-hh-hero h1{font-size:36px;line-height:1.02;max-width:285px;margin:8px 0 10px}
  .fzpe-hh-hero p{font-size:14px;line-height:1.35;max-width:250px;margin-bottom:14px}
  .fzpe-hh-progress-card{max-width:300px;padding:12px 13px;margin-bottom:14px;border-radius:15px;font-size:12px}
  .fzpe-hh-primary{padding:13px 18px;font-size:15px;border-radius:14px;box-shadow:0 6px 0 #db9300,0 10px 18px rgba(219,147,0,.2)}

  .fzpe-hh-statbar{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:18px;margin:12px 0;overflow:hidden}
  .fzpe-hh-statbar>div{min-height:74px;padding:13px 8px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3px;font-size:17px}
  .fzpe-hh-statbar strong{font-size:18px;margin:0 3px}
  .fzpe-hh-statbar span{width:100%;font-size:11px}

  .fzpe-hh-grid{display:flex;flex-direction:column;gap:12px}
  .fzpe-hh-maincol{display:contents}
  #missions{order:1}
  #passport{order:2}
  #journey{order:3}
  .fzpe-hh-panel{padding:13px;border-radius:17px}
  .fzpe-hh-heading{margin-bottom:11px}
  .fzpe-hh-heading h2{font-size:16px}

  .fzpe-hh-missions{grid-template-columns:repeat(5,145px);gap:9px;padding-bottom:4px;scroll-snap-type:x proximity}
  .fzpe-hh-mission{padding:7px;border-radius:14px;scroll-snap-align:start}
  .fzpe-hh-mission-art{height:110px;border-radius:9px}
  .fzpe-hh-mission h3{font-size:12px;margin-top:8px}
  .fzpe-hh-mission p{font-size:9px}
  .fzpe-hh-mission.is-locked{filter:grayscale(.18);opacity:.82}
  .fzpe-hh-mission.is-locked .fzpe-hh-mission-art:after{content:"";position:absolute;inset:0;background:rgba(8,35,78,.12);border-radius:9px}
  .fzpe-hh-mission-art b{z-index:1;width:27px;height:27px;font-size:12px}

  .fzpe-hh-passport{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .fzpe-hh-passport-page{flex:0 0 138px;min-width:138px;min-height:164px;padding:12px 8px;scroll-snap-align:start}
  .fzpe-hh-stamp{width:90px;height:90px;margin-top:18px;font-size:11px}
  .fzpe-hh-lock{margin-top:45px}

  .fzpe-hh-journey{min-height:0}
  .fzpe-hh-map{min-height:0;padding:15px 10px 8px}
  .fzpe-hh-map-stop{margin-bottom:12px}
  .fzpe-hh-map-stop:nth-child(n+3){display:none}
  .fzpe-hh-map-stop:not(:last-child):after{height:16px}
  .fzpe-hh-map-stop>div{padding:9px 10px}
  .fzpe-hh-map-stop strong{font-size:13px}

  .fzpe-hh-collections{margin-top:12px}
  .fzpe-hh-collections>div:last-child{gap:8px}
  .fzpe-hh-collections article{grid-template-columns:30px 1fr;padding:11px 8px;font-size:20px;border-radius:13px}
  .fzpe-hh-collections strong{font-size:20px}
  .fzpe-hh-collections span{font-size:10px;line-height:1.15}

  .fzpe-hh-encouragement{margin-top:12px;padding:12px;border-radius:18px;gap:10px;min-height:105px}
  .fzpe-hh-encouragement img{width:62px;height:62px;flex:0 0 auto}
  .fzpe-hh-encouragement h2{color:#fff!important;font-size:16px;line-height:1.15;margin-bottom:4px!important}
  .fzpe-hh-encouragement p{color:#fff!important;font-size:11px;line-height:1.35;opacity:.96}
}
@media(max-width:380px){
  .fzpe-hh-brand img{width:138px;height:46px}
  .fzpe-hh-hero{min-height:430px}
  .fzpe-hh-hero h1{font-size:33px;max-width:255px}
  .fzpe-hh-hero-copy{padding:21px 15px}
  .fzpe-hh-missions{grid-template-columns:repeat(5,136px)}
}

/* v6.7.1 learner homepage progress corrections */
.fzpe-hh-coming-soon{display:inline-flex;align-items:center;gap:8px;padding:13px 18px;border-radius:14px;background:rgba(255,255,255,.92);color:#324b68;font-weight:850;box-shadow:0 8px 24px rgba(15,39,66,.12)}
.fzpe-hh-mission.is-locked{filter:none;opacity:1}
.fzpe-hh-mission.is-locked .fzpe-hh-mission-art:after{content:"";position:absolute;inset:0;background:rgba(8,35,78,.16);border-radius:11px}
.fzpe-hh-mission.is-locked p{color:#8a6a24;font-weight:750}
@media(max-width:720px){
  .fzpe-hh-hero{background-position:48% 62%}
  .fzpe-hh-hero-copy{padding-bottom:210px}
  .fzpe-hh-coming-soon{font-size:14px;padding:11px 15px}
}
@media(max-width:420px){
  .fzpe-hh-hero{background-position:46% 66%}
  .fzpe-hh-hero-copy{padding-bottom:190px}
}

/* v6.7.2 final learner homepage polish */
@media(max-width:720px){
  .fzpe-hh-hero{
    min-height:470px;
    background-image:linear-gradient(180deg,rgba(245,252,255,.99) 0%,rgba(245,252,255,.94) 38%,rgba(245,252,255,.50) 58%,rgba(245,252,255,.06) 76%),var(--fzpe-hero-mobile);
    background-size:cover;
    background-position:center bottom;
  }
  .fzpe-hh-hero-copy{padding:22px 18px 18px}
  .fzpe-hh-hero h1{max-width:290px}
  .fzpe-hh-hero p{max-width:285px}
  .fzpe-hh-progress-card>div:first-child{gap:10px;align-items:center}
  .fzpe-hh-progress-card>div:first-child span{font-weight:900;color:#a66b00;text-align:right}
}

/* v6.7.3 homepage freeze: reliable dynamic copy and mobile guide framing */
@media(max-width:720px){
  .fzpe-hh-hero{
    background-color:#dff4ff;
    background-size:auto 76%;
    background-repeat:no-repeat;
    background-position:right bottom;
  }
  .fzpe-hh-hero-copy{padding-bottom:205px}
}
@media(max-width:420px){
  .fzpe-hh-hero{background-size:auto 73%;background-position:88% bottom}
  .fzpe-hh-hero-copy{padding-bottom:195px}
}


/* Memory Coach v1 */
.fzpe-memory-coach-card{max-width:760px;margin:0 auto;background:#fff;border-radius:28px;padding:24px;box-shadow:0 18px 50px rgba(10,42,89,.12)}
.fzpe-memory-cycle-label{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;margin-bottom:18px;text-transform:uppercase;color:#12396f;font-weight:800}
.fzpe-memory-cycle-label b{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#1769d2;color:#fff;font-size:22px}.fzpe-memory-cycle-label small{font-weight:700;color:#6b7b91;text-transform:none}
.fzpe-memory-hero-image{width:100%;border:0;padding:0;background:none;border-radius:22px;overflow:hidden;display:block}.fzpe-memory-hero-image img{width:100%;height:min(52vh,520px);object-fit:cover;display:block}.fzpe-memory-word-block{text-align:center;padding:20px 8px 4px;display:flex;flex-direction:column;align-items:center;gap:8px}
.fzpe-memory-hear,.fzpe-play-lesson{margin-top:12px;border:0;border-radius:14px;padding:14px 22px;background:#1769d2;color:#fff;font-weight:800;font-size:16px;cursor:pointer}.fzpe-play-lesson{width:100%;background:#2f9d48;font-size:18px;margin:0 0 18px}
.fzpe-memory-guided .fzpe-memory-panel{position:relative;margin:12px 0;padding-right:58px}.fzpe-speak-section{position:absolute;right:14px;top:50%;transform:translateY(-50%);border:0;background:#2f9d48;color:#fff;border-radius:50%;width:40px;height:40px;cursor:pointer}.fzpe-memory-coach-prompt{margin:18px 0 0;padding:14px;border-radius:14px;background:#f3f7ff;text-align:center;font-weight:700}
.fzpe-picture-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.fzpe-picture-choices button{border:3px solid transparent;border-radius:18px;padding:6px;background:#f7f9fc;cursor:pointer;overflow:hidden}.fzpe-picture-choices button img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.fzpe-picture-choices button span{display:block;padding:8px 2px;font-weight:700}.fzpe-picture-choices button.is-correct{border-color:#28a745}.fzpe-picture-choices button.is-wrong{border-color:#d94141}
.fzpe-memory-recall{text-align:center}.fzpe-recall-image{width:100%;max-height:470px;object-fit:cover;border-radius:20px}.fzpe-recall-answer{margin:16px auto;padding:16px;border-radius:16px;background:#f2f6ff}.fzpe-recall-answer div{font-size:46px;font-weight:800}.fzpe-recall-answer strong,.fzpe-recall-answer span{display:block;margin-top:4px}.fzpe-recall-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px}.fzpe-recall-actions button{border:0;border-radius:13px;padding:13px 16px;font-weight:800;cursor:pointer}.fzpe-recall-mastered{background:#2f9d48;color:#fff}.fzpe-recall-feedback.is-correct{color:#237b37;font-weight:900;font-size:18px}
@media(max-width:640px){.fzpe-memory-coach-card{padding:16px;border-radius:20px}.fzpe-memory-cycle-label{grid-template-columns:40px 1fr}.fzpe-memory-cycle-label b{width:40px;height:40px}.fzpe-memory-cycle-label small{grid-column:2}.fzpe-memory-hero-image img{height:42vh}.fzpe-picture-choices{gap:7px}.fzpe-picture-choices button{padding:4px}.fzpe-picture-choices button span{font-size:12px}.fzpe-recall-actions{display:grid;grid-template-columns:1fr 1fr}.fzpe-recall-mastered{grid-column:1/-1}}

/* Memory Coach v1.1 polish */
.fzpe-memory-ready-button{display:block;width:100%;margin:14px 0 0;border:0;border-radius:14px;padding:15px 18px;background:#f3bd3e;color:#15233a;font-size:17px;font-weight:900;cursor:pointer;box-shadow:0 6px 14px rgba(188,137,19,.22)}
.fzpe-memory-ready-button:disabled{background:#d7e1ee;color:#526477;box-shadow:none;cursor:default}
.fzpe-memory-ready-note{margin:10px 0 0;color:#5a6b7d;text-align:center;font-size:14px}
.fzpe-memory-locked-overlay{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:rgba(9,29,54,.55);backdrop-filter:blur(5px);animation:fzpeMemoryFadeIn .18s ease-out}
.fzpe-memory-locked-overlay.is-leaving{opacity:0;transition:opacity .2s ease}
.fzpe-memory-locked-card{width:min(360px,92vw);padding:30px 24px;border-radius:26px;background:#fff;text-align:center;box-shadow:0 24px 70px rgba(3,23,46,.32);animation:fzpeMemoryPop .28s cubic-bezier(.2,.9,.3,1.2)}
.fzpe-memory-locked-icon{font-size:54px;line-height:1}.fzpe-memory-locked-card h2{margin:10px 0 5px;color:#143b65;font-size:30px}.fzpe-memory-locked-card p{margin:0 0 10px;color:#5b6a7a}.fzpe-memory-locked-card strong{display:inline-block;padding:8px 14px;border-radius:999px;background:#fff2c4;color:#8b6200;font-size:18px}
@keyframes fzpeMemoryFadeIn{from{opacity:0}to{opacity:1}}@keyframes fzpeMemoryPop{from{opacity:0;transform:scale(.88) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}


/* v8.0 Mission 1 UX freeze */
.fzpe-intro-unlocks{margin:18px 0;padding:18px;border-radius:18px;background:linear-gradient(135deg,#fff8d7,#fff);border:1px solid #f1d27a}.fzpe-intro-unlocks h2{margin:0 0 12px;color:#143b65}.fzpe-intro-unlocks>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fzpe-intro-unlocks span{padding:12px;border-radius:13px;background:#fff;font-weight:800;color:#27496f}.fzpe-focus-learn{padding:16px}.fzpe-focus-instruction{text-align:center;font-weight:900;color:#143b65;margin:-4px 0 8px}.fzpe-focus-bar{height:5px;border-radius:99px;background:#e7edf5;overflow:hidden;margin-bottom:12px}.fzpe-focus-bar i{display:block;width:0;height:100%;background:linear-gradient(90deg,#f0b92f,#ffd968);border-radius:99px}.fzpe-focus-bar i.is-running{width:100%;transition:width 5s linear}.fzpe-focus-learn .fzpe-memory-hero-image img{height:min(31vh,300px)}.fzpe-focus-learn .fzpe-memory-word-block{padding:10px 4px 2px;gap:3px}.fzpe-focus-learn .fzpe-play-lesson{margin:10px 0}.fzpe-focus-details{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fzpe-focus-details .fzpe-memory-panel{margin:0;padding:10px;border-radius:12px}.fzpe-memory-ready-button.is-ready{animation:fzpeReadyPulse 1.3s ease-in-out infinite}.fzpe-achievement-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:16px 0}.fzpe-achievement-list span{padding:10px;border-radius:12px;background:#eef9f0;color:#246a37;font-weight:850}.fzpe-celebration-card{background:radial-gradient(circle at top,#fff9d4,#fff 48%);border:2px solid #f1c84b}.fzpe-boss-card{border:3px solid #f0bd35;box-shadow:0 18px 50px rgba(184,124,0,.2)}@keyframes fzpeReadyPulse{50%{transform:scale(1.02);box-shadow:0 10px 24px rgba(188,137,19,.35)}}@media(max-width:640px){.fzpe-intro-unlocks>div{grid-template-columns:1fr 1fr}.fzpe-focus-learn .fzpe-memory-hero-image img{height:27vh;min-height:190px}.fzpe-focus-details{grid-template-columns:1fr 1fr}.fzpe-focus-details .fzpe-memory-panel p{font-size:12px;line-height:1.25}.fzpe-focus-details .fzpe-memory-panel-heading{font-size:12px}.fzpe-focus-details .fzpe-memory-panel strong{font-size:14px}.fzpe-achievement-list{grid-template-columns:1fr 1fr}}


/* v8.1 Responsive Lesson Engine */
.fzpe-player-step[data-step-type="memory-remember"]{overflow:hidden}
.fzpe-focus-learn{padding:12px!important}
.fzpe-lesson-essential{--fzpe-fit-scale:1;display:flex;flex-direction:column;gap:7px;transform-origin:top center}
.fzpe-lesson-topbar{display:flex;justify-content:space-between;align-items:center;color:#12396f;font-weight:900;font-size:14px;line-height:1.1}
.fzpe-lesson-topbar small{font-size:12px;color:#728198;font-weight:800}
.fzpe-lesson-actions{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:7px}
.fzpe-lesson-actions button{min-height:42px;margin:0!important;border:0;border-radius:12px;padding:8px 10px;font-size:14px;font-weight:900;cursor:pointer}
.fzpe-lesson-audio{background:#1769d2;color:#fff}
.fzpe-lesson-actions .fzpe-play-lesson{background:#2f9d48;color:#fff;width:auto}
.fzpe-focus-instruction{margin:0!important;font-size:12px;line-height:1.15}
.fzpe-focus-bar{margin:0!important;height:4px!important}
.fzpe-lesson-summary{text-align:center;display:grid;gap:1px}
.fzpe-lesson-summary .fzpe-hebrew-large{font-size:clamp(30px,8.5vw,40px);line-height:1;margin:0}
.fzpe-lesson-summary .fzpe-pronunciation-large{font-size:clamp(22px,6.3vw,30px);line-height:1.05}
.fzpe-lesson-summary .fzpe-meaning-large{font-size:clamp(14px,4vw,18px);line-height:1.1}
.fzpe-hook-quick{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:2px;padding:5px 8px;border-radius:10px;background:#fff4ce;color:#172a46;font-size:clamp(15px,4.5vw,19px)}
.fzpe-focus-learn .fzpe-memory-hero-image{border-radius:14px;min-height:0}
.fzpe-focus-learn .fzpe-memory-hero-image img{height:clamp(145px,28dvh,245px)!important;min-height:0!important;object-fit:cover}
.fzpe-story-quick{margin:0;padding:6px 8px;border-radius:10px;background:#f1faf3;color:#385646;text-align:center;font-size:clamp(11px,3.2vw,14px);line-height:1.18}
.fzpe-focus-learn .fzpe-memory-ready-button{min-height:44px;margin:0!important;padding:9px 12px;font-size:15px;border-radius:12px}
.fzpe-lesson-more{margin:6px 0 0;font-size:13px;color:#53657a}
.fzpe-lesson-more summary{cursor:pointer;font-weight:800;text-align:center}
.fzpe-lesson-more p{margin:6px 0 0}
@media(max-width:420px){
  .fzpe-memory-coach-card{border-radius:16px}
  .fzpe-focus-learn{padding:8px!important}
  .fzpe-lesson-essential{gap:5px}
  .fzpe-lesson-actions button{min-height:38px;font-size:13px;padding:6px 8px}
  .fzpe-focus-learn .fzpe-memory-hero-image img{height:clamp(130px,25dvh,205px)!important}
  .fzpe-story-quick{padding:5px 7px}
  .fzpe-focus-learn .fzpe-memory-ready-button{min-height:40px;padding:7px 10px}
}
@media(max-height:720px) and (max-width:640px){
  .fzpe-focus-learn{padding:6px!important}
  .fzpe-lesson-essential{gap:4px}
  .fzpe-lesson-topbar{font-size:12px}
  .fzpe-lesson-actions button{min-height:35px;padding:5px 7px}
  .fzpe-focus-instruction{font-size:11px}
  .fzpe-focus-learn .fzpe-memory-hero-image img{height:clamp(112px,22dvh,165px)!important}
  .fzpe-story-quick{font-size:11px;line-height:1.12;padding:4px 6px}
  .fzpe-hook-quick{padding:4px 6px}
  .fzpe-focus-learn .fzpe-memory-ready-button{min-height:36px;font-size:14px;padding:5px 8px}
}

/* v8.2 Purpose-first lesson layout */
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential{gap:6px}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions{order:1}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block{order:2}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{order:3}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary{order:4}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-focus-bar{order:5}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{order:6}
.fzpe-imagine-block{text-align:center;border-radius:12px;background:linear-gradient(135deg,#fff4c9,#fffaf0);padding:7px 10px;color:#193558}
.fzpe-imagine-block>span{display:block;font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.06em;font-weight:900;color:#8a6400;margin-bottom:3px}
.fzpe-imagine-block>strong{display:block;font-size:clamp(20px,5.6vw,27px);line-height:1.05;color:#122c52}
.fzpe-imagine-block p{margin:4px 0 0;font-size:clamp(11px,3.1vw,14px);line-height:1.18;color:#455a72}
.fzpe-focus-learn .fzpe-memory-hero-image img{object-position:center center}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary .fzpe-hebrew-large{font-size:clamp(27px,7.2vw,36px)}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary .fzpe-pronunciation-large{font-size:clamp(18px,5vw,24px)}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary .fzpe-meaning-large{font-size:clamp(12px,3.5vw,16px)}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-focus-bar{margin-top:1px!important}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{width:100%;background:#f4bf2f;color:#142b50;border:0;font-weight:950;cursor:pointer}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button:disabled{opacity:.55;cursor:default}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button.is-ready{opacity:1}
.fzpe-memory-challenge>h2,.fzpe-memory-recall>h2{margin:0 0 12px;text-align:center;color:#143b65;font-size:clamp(22px,6vw,30px)}
.fzpe-memory-challenge,.fzpe-memory-recall{padding-top:18px}
@media(max-width:420px){
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential{gap:4px}
  .fzpe-imagine-block{padding:5px 7px}
  .fzpe-imagine-block p{margin-top:2px}
  .fzpe-focus-learn .fzpe-memory-hero-image img{height:clamp(125px,23dvh,190px)!important}
}
@media(max-height:720px) and (max-width:640px){
  .fzpe-imagine-block>strong{font-size:19px}
  .fzpe-imagine-block p{font-size:10.5px;line-height:1.1}
  .fzpe-focus-learn .fzpe-memory-hero-image img{height:clamp(100px,19dvh,150px)!important}
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary .fzpe-hebrew-large{font-size:25px}
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary .fzpe-pronunciation-large{font-size:17px}
}


/* v8.3 Operation Above the Fold */
.fzpe-adventure-intro{display:grid;gap:9px;text-align:center;align-content:start;overflow:hidden}
.fzpe-intro-heading{display:grid;gap:2px}
.fzpe-intro-heading .fzpe-eyebrow{font-size:10px!important;margin:0}
.fzpe-intro-heading h1{margin:0;color:var(--fzpe-navy);font-size:clamp(27px,7vw,40px);line-height:1}
.fzpe-intro-heading p{margin:1px 0 0;font-size:clamp(12px,3.5vw,15px);line-height:1.2;color:#53657a}
.fzpe-adventure-intro .fzpe-mission-intro-art{display:block;width:100%;height:clamp(190px,34dvh,330px);object-fit:cover;object-position:center;border-radius:16px;margin:0}
.fzpe-intro-mission-copy{display:grid;gap:2px;padding:7px 10px;border-radius:12px;background:#fff6d9;color:#183659}
.fzpe-intro-mission-copy strong{font-size:clamp(16px,4.5vw,20px);line-height:1.1}
.fzpe-intro-mission-copy span{font-size:clamp(11px,3.1vw,14px);line-height:1.2}
.fzpe-intro-reward-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.fzpe-intro-reward-strip span{display:grid;place-items:center;min-height:36px;padding:5px 4px;border-radius:10px;background:#f4f7fa;color:#314b65;font-size:10px;font-weight:850;line-height:1.1}

body.fzpe-focus-mode .fzpe-player-header{padding:3px 8px 2px!important}
body.fzpe-focus-mode .fzpe-player-title span{font-size:9px!important}
body.fzpe-focus-mode .fzpe-player-title strong{font-size:14px!important;line-height:1!important}
body.fzpe-focus-mode .fzpe-step-map{margin-top:2px!important;min-height:18px!important}
body.fzpe-focus-mode .fzpe-step-map-item{min-width:18px!important;width:18px!important;gap:0!important;padding:0!important}
body.fzpe-focus-mode .fzpe-step-map-circle{width:9px!important;height:9px!important;min-width:9px!important;border-width:1px!important}
body.fzpe-focus-mode .fzpe-step-map-number,
body.fzpe-focus-mode .fzpe-step-map-check,
body.fzpe-focus-mode .fzpe-step-map-icon,
body.fzpe-focus-mode .fzpe-step-map-label{display:none!important}
body.fzpe-focus-mode .fzpe-player-step{overflow:hidden!important;display:flex;align-items:flex-start;justify-content:center}
body.fzpe-focus-mode .fzpe-player-step>.fzpe-intro-card,
body.fzpe-focus-mode .fzpe-player-step>.fzpe-memory-coach-card,
body.fzpe-focus-mode .fzpe-player-step>.fzpe-game-card,
body.fzpe-focus-mode .fzpe-player-step>.fzpe-celebration-card{transform-origin:top center}
body.fzpe-focus-mode .fzpe-game-card,
body.fzpe-focus-mode .fzpe-celebration-card{margin:0!important;padding:12px!important}
body.fzpe-focus-mode .fzpe-game-card h2,
body.fzpe-focus-mode .fzpe-celebration-card h2{margin:0 0 7px!important;font-size:clamp(21px,5.8vw,29px)!important;line-height:1.05}
body.fzpe-focus-mode .fzpe-game-prompt{padding:9px!important;margin:6px 0!important}
body.fzpe-focus-mode .fzpe-game-image{max-height:29dvh!important;width:auto!important;max-width:100%!important;aspect-ratio:auto!important;object-fit:contain!important;margin:0 auto 7px!important}
body.fzpe-focus-mode .fzpe-choice-grid{gap:6px!important}
body.fzpe-focus-mode .fzpe-choice-button{padding:9px 10px!important;min-height:42px!important;font-size:14px!important}
body.fzpe-focus-mode .fzpe-choice-button.is-rtl{font-size:23px!important}
body.fzpe-focus-mode .fzpe-game-feedback{margin-top:5px!important;min-height:18px!important;font-size:13px!important}
body.fzpe-focus-mode .fzpe-player-nav{padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important}
body.fzpe-focus-mode .fzpe-nav-button{min-height:40px!important;padding:8px!important;font-size:14px!important}

@media(max-width:640px){
  body.fzpe-focus-mode .fzpe-intro-card{padding:8px!important;border-radius:15px!important}
  .fzpe-adventure-intro{gap:6px}
  .fzpe-adventure-intro .fzpe-mission-intro-art{height:clamp(170px,31dvh,270px)}
}
@media(max-height:720px) and (max-width:640px){
  .fzpe-adventure-intro{gap:4px}
  .fzpe-intro-heading h1{font-size:25px}
  .fzpe-intro-heading p{font-size:11px}
  .fzpe-adventure-intro .fzpe-mission-intro-art{height:clamp(135px,25dvh,190px)}
  .fzpe-intro-mission-copy{padding:5px 7px}
  .fzpe-intro-mission-copy strong{font-size:15px}
  .fzpe-intro-mission-copy span{font-size:10px}
  .fzpe-intro-reward-strip span{min-height:30px;font-size:9px;padding:3px}
}

/* v8.3.1 stuck lesson hotfix */
body.fzpe-focus-mode .fzpe-player-step{display:none!important}
body.fzpe-focus-mode .fzpe-player-step.is-active{display:flex!important}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"]{overflow:hidden!important;min-height:0!important;padding:0!important}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-coach-card{margin:0!important;transform:none!important;width:100%!important}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{background:#eef3f7}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img{object-fit:contain!important;object-position:center!important;background:#eef3f7}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{opacity:1!important;cursor:pointer!important;background:#f4bf2f!important;color:#142b50!important}

/* v8.3.2 hero-poster mission intro */
.fzpe-hero-poster-intro{
  position:relative;
  overflow:hidden;
  min-height:min(68dvh,680px);
  padding:0!important;
  border-radius:24px;
  background:#0a6fc7;
  box-shadow:0 18px 46px rgba(9,38,76,.18);
}
.fzpe-hero-poster-art{
  display:block;
  width:100%;
  height:min(68dvh,680px);
  min-height:440px;
  object-fit:cover;
  object-position:center;
}
.fzpe-hero-poster-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,25,58,.06) 42%,rgba(4,25,58,.84) 100%);
  pointer-events:none;
}
.fzpe-hero-poster-copy{
  position:absolute;
  left:18px;
  right:18px;
  bottom:20px;
  z-index:2;
  display:grid;
  gap:5px;
  text-align:center;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.45);
}
.fzpe-hero-poster-eyebrow{
  margin:0;
  font-size:12px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.fzpe-hero-poster-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px,9vw,54px);
  line-height:.98;
}
.fzpe-hero-poster-copy>p:last-child{
  margin:2px auto 0;
  max-width:420px;
  font-size:clamp(16px,4.2vw,21px);
  line-height:1.18;
  font-weight:800;
}
@media(max-width:720px){
  .fzpe-hero-poster-intro{min-height:calc(100dvh - 285px);border-radius:20px}
  .fzpe-hero-poster-art{height:calc(100dvh - 285px);min-height:390px;object-position:68% center}
  .fzpe-hero-poster-copy{left:14px;right:14px;bottom:16px}
}
@media(max-height:720px) and (max-width:720px){
  .fzpe-hero-poster-intro{min-height:calc(100dvh - 250px)}
  .fzpe-hero-poster-art{height:calc(100dvh - 250px);min-height:330px}
  .fzpe-hero-poster-copy h1{font-size:32px}
  .fzpe-hero-poster-copy>p:last-child{font-size:15px}
}

/* v8.3.3 image-first picture challenge */
body.fzpe-focus-mode .fzpe-player-step[data-game-type="memory-picture"]{
  overflow:hidden!important;
  padding:0!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge{
  width:min(100%,680px)!important;
  min-height:0!important;
  padding:14px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%)!important;
  box-shadow:0 16px 40px rgba(13,55,96,.13)!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge>h2{
  margin:0 0 7px!important;
  font-size:clamp(24px,6.4vw,34px)!important;
  line-height:1.05!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-game-hebrew{
  margin:0 0 10px!important;
  padding:5px 10px!important;
  min-height:58px!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  font-size:clamp(42px,11vw,62px)!important;
  line-height:1!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#eef7ff,#f8fbff)!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
  align-items:stretch!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices button{
  min-width:0!important;
  padding:5px!important;
  border:3px solid #dfe9f2!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(18,62,104,.10)!important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices button:hover,
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices button:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 24px rgba(18,62,104,.16)!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices button:nth-child(3):last-child{
  grid-column:1/-1!important;
  width:calc(50% - 5px)!important;
  justify-self:center!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices img{
  display:block!important;
  width:100%!important;
  height:clamp(175px,31dvh,300px)!important;
  aspect-ratio:2/3!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:13px!important;
  background:#eef3f7!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices button span{
  display:none!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices button.is-correct{
  border-color:#2fa64a!important;
  box-shadow:0 0 0 4px rgba(47,166,74,.15),0 12px 26px rgba(47,166,74,.24)!important;
  animation:fzpeChoiceWin .34s ease-out!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices button.is-wrong{
  border-color:#d94b4b!important;
  animation:fzpeChoiceShake .28s ease-in-out!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-game-feedback{
  margin:7px 0 0!important;
  min-height:22px!important;
  text-align:center!important;
  font-size:17px!important;
  font-weight:950!important;
}
body.fzpe-focus-mode .fzpe-step-map{
  box-sizing:border-box!important;
  padding-left:10px!important;
  padding-right:10px!important;
  scroll-padding-inline:10px!important;
}
body.fzpe-focus-mode .fzpe-step-map-item:first-child{
  margin-left:2px!important;
}
@keyframes fzpeChoiceWin{0%{transform:scale(.96)}65%{transform:scale(1.035)}100%{transform:scale(1)}}
@keyframes fzpeChoiceShake{0%,100%{transform:translateX(0)}35%{transform:translateX(-5px)}70%{transform:translateX(5px)}}
@media(max-height:760px) and (max-width:640px){
  body.fzpe-focus-mode .fzpe-memory-challenge{padding:10px!important}
  body.fzpe-focus-mode .fzpe-memory-challenge>h2{font-size:23px!important;margin-bottom:5px!important}
  body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-game-hebrew{min-height:48px!important;font-size:39px!important;margin-bottom:7px!important}
  body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices{gap:7px!important}
  body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices img{height:clamp(145px,27dvh,220px)!important}
}

/* v8.3.4 Imagine This image-first mobile fix */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
  width:100%!important;
  min-height:clamp(250px,35dvh,390px)!important;
  height:clamp(250px,35dvh,390px)!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#eef3f7!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center 24%!important;
  background:#eef3f7!important;
}
@media(max-width:420px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    min-height:clamp(235px,34dvh,340px)!important;
    height:clamp(235px,34dvh,340px)!important;
  }
}
@media(max-height:720px) and (max-width:640px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    min-height:clamp(205px,31dvh,275px)!important;
    height:clamp(205px,31dvh,275px)!important;
  }
}

/* v8.4.0 Mission 1 quality redesign */
body.fzpe-focus-mode [data-fzpe-player].is-self-contained-step .fzpe-player-nav{
  display:none!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-self-contained-step{
  grid-template-rows:auto minmax(0,1fr)!important;
  padding-bottom:calc(8px + env(safe-area-inset-bottom))!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-nav{
  display:grid!important;
  grid-template-columns:1fr!important;
  padding:7px 10px calc(7px + env(safe-area-inset-bottom))!important;
  border-top:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-nav-back,
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-step-count{
  display:none!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-nav-next{
  display:block!important;
  width:100%!important;
  min-height:52px!important;
  border-radius:17px!important;
  background:linear-gradient(135deg,#f5c43b,#efb82a)!important;
  box-shadow:0 10px 24px rgba(184,126,0,.22)!important;
  color:#17314f!important;
  font-size:17px!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-step-type="intro"]{
  height:100%!important;
  min-height:0!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-intro{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  border-radius:20px!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-art{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
}

/* Keep the whole compact mission journey visible. No clipped first marker. */
body.fzpe-focus-mode .fzpe-step-map{
  display:flex!important;
  justify-content:center!important;
  gap:0!important;
  width:100%!important;
  overflow:hidden!important;
  padding:4px 10px 5px!important;
  scroll-padding-inline:0!important;
}
body.fzpe-focus-mode .fzpe-step-map-item{
  flex:0 1 19px!important;
  width:19px!important;
  min-width:13px!important;
  max-width:19px!important;
  margin:0!important;
}
body.fzpe-focus-mode .fzpe-step-map-item:first-child{
  margin-left:0!important;
}

/* Larger Imagine This art with individual focal points for the five mnemonics. */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
  height:clamp(300px,42dvh,450px)!important;
  min-height:clamp(300px,42dvh,450px)!important;
  position:relative!important;
  border-radius:18px!important;
  box-shadow:0 9px 24px rgba(14,49,84,.13)!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img{
  object-fit:cover!important;
  object-position:center var(--fzpe-memory-focus-y,30%)!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block{
  padding:6px 9px!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block>strong{
  font-size:clamp(20px,5.5vw,26px)!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block p{
  max-width:52ch!important;
  margin:3px auto 0!important;
  font-size:clamp(11px,3vw,13px)!important;
  line-height:1.16!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary{
  gap:1px!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{
  min-height:48px!important;
  border-radius:15px!important;
  font-size:16px!important;
}

/* Listening choices use the same large, image-first interaction as memory challenges. */
body.fzpe-focus-mode .fzpe-player-step[data-game-type="sound"] .fzpe-game-card{
  width:min(100%,680px)!important;
}
body.fzpe-focus-mode .fzpe-listen-picture-choices{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  margin:4px 0 0!important;
}
body.fzpe-focus-mode .fzpe-listen-picture-choices button{
  min-width:0!important;
  padding:4px!important;
  border:3px solid #dfe8f1!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 6px 14px rgba(17,57,95,.09)!important;
}
body.fzpe-focus-mode .fzpe-listen-picture-choices button:nth-child(5):last-child{
  grid-column:1/-1!important;
  width:calc(50% - 4px)!important;
  justify-self:center!important;
}
body.fzpe-focus-mode .fzpe-listen-picture-choices img{
  display:block!important;
  width:100%!important;
  height:clamp(126px,22dvh,205px)!important;
  aspect-ratio:4/5!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:11px!important;
}
body.fzpe-focus-mode .fzpe-listen-picture-choices span{
  display:none!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="sound"] .fzpe-listen-button{
  margin:5px 0!important;
  min-height:48px!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="sound"] .fzpe-game-instruction{
  margin:3px 0 5px!important;
}

/* Stronger practical final challenge. */
.fzpe-boss-eyebrow{
  margin:0 0 5px!important;
  color:#936300!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-boss-card{
  padding:16px!important;
  background:radial-gradient(circle at top,#fff8d8,#fff 52%)!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-game-type="boss"] .fzpe-boss-card h2{
  margin:0 0 10px!important;
}
body.fzpe-focus-mode .fzpe-boss-scenario{
  padding:18px 15px!important;
  margin:8px 0 10px!important;
  border:2px solid #f0c85a!important;
  background:#fffaf0!important;
}
body.fzpe-focus-mode .fzpe-boss-scenario p{
  font-size:clamp(17px,4.5vw,21px)!important;
  line-height:1.3!important;
}

/* Completion remains polished even when an optional uploaded postcard is missing. */
.fzpe-completion-visual{
  position:relative;
  width:100%;
  min-height:160px;
  margin:0 auto 10px;
  overflow:hidden;
  border-radius:18px;
  background:linear-gradient(145deg,#0f78c9,#41b8de 58%,#ffd66b);
  box-shadow:0 10px 28px rgba(16,76,125,.18);
}
.fzpe-completion-visual .fzpe-completion-postcard{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  max-height:none;
  margin:0;
  object-fit:cover;
  border-radius:0;
}
.fzpe-completion-fallback{
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  justify-items:center;
  gap:3px;
  color:#fff;
  text-align:center;
  text-shadow:0 2px 8px rgba(0,0,0,.28);
}
.fzpe-completion-fallback span{font-size:42px;line-height:1}
.fzpe-completion-fallback strong{font-size:28px;line-height:1.05}
.fzpe-completion-fallback small{font-size:14px;font-weight:850;letter-spacing:.04em}
.fzpe-completion-visual.has-image .fzpe-completion-fallback{display:none}
.fzpe-achievement-list span:last-child:nth-child(odd){grid-column:1/-1}
.fzpe-mission-saved-note{
  margin:8px 0!important;
  color:#1f7740!important;
  font-weight:900!important;
}
.fzpe-dashboard-return{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  text-align:center!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="complete"] .fzpe-celebration-card{
  width:min(100%,620px)!important;
}

/* Failed pictures retry automatically; this is the final visual fallback. */
img[data-fzpe-resilient-image].is-loading{opacity:.55}
.is-image-unavailable{position:relative;background:#eef3f7!important}
.is-image-unavailable::after{
  content:'Picture unavailable · tap to retry';
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding:20px;
  color:#52677b;
  font-weight:850;
  text-align:center;
  background:linear-gradient(135deg,#eef3f7,#f8fbfd);
}
.fzpe-completion-visual.is-image-unavailable::after{display:none}

@media(max-width:420px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    height:clamp(285px,40dvh,390px)!important;
    min-height:clamp(285px,40dvh,390px)!important;
  }
  body.fzpe-focus-mode .fzpe-listen-picture-choices img{
    height:clamp(116px,20dvh,175px)!important;
  }
}
@media(max-height:720px) and (max-width:640px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    height:clamp(240px,35dvh,315px)!important;
    min-height:clamp(240px,35dvh,315px)!important;
  }
  body.fzpe-focus-mode .fzpe-listen-picture-choices img{
    height:clamp(96px,17dvh,145px)!important;
  }
}
img[data-fzpe-resilient-image].is-unavailable{display:none!important}


/* v8.4.1 responsive refinement after live mobile review */
/* Intro navigation must never inherit the older three-column mobile grid. */
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-nav{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:7px 10px calc(7px + env(safe-area-inset-bottom))!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-nav-next{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  grid-column:auto!important;
  white-space:nowrap!important;
  overflow:visible!important;
}

/* The current marker stays clean after tapping or replaying a mission. */
body.fzpe-focus-mode .fzpe-step-map-item:focus:not(:focus-visible){outline:none!important}
body.fzpe-focus-mode .fzpe-step-map-item.is-current .fzpe-step-map-circle{
  box-shadow:0 0 0 3px rgba(229,184,77,.22)!important;
}

/* Two-choice picture questions use the spare vertical space instead of looking unfinished. */
body.fzpe-focus-mode .fzpe-memory-challenge.has-2-choices .fzpe-picture-choices img{
  height:clamp(215px,38dvh,360px)!important;
}
body.fzpe-focus-mode .fzpe-memory-challenge.has-2-choices{
  padding-bottom:18px!important;
}

/* Preserve a strong branded completion card when an optional postcard fails. */
.fzpe-completion-visual.is-image-unavailable,
.fzpe-completion-visual:not(.has-image){
  background:
    radial-gradient(circle at 72% 22%,rgba(255,255,255,.30),transparent 22%),
    linear-gradient(145deg,#0a67b7 0%,#1599cf 58%,#f2bd3e 100%)!important;
}
.fzpe-completion-visual.is-image-unavailable .fzpe-completion-fallback,
.fzpe-completion-visual:not(.has-image) .fzpe-completion-fallback{
  color:#fff!important;
  text-shadow:0 3px 12px rgba(0,25,55,.55)!important;
}
.fzpe-completion-visual.is-image-unavailable .fzpe-completion-fallback strong,
.fzpe-completion-visual:not(.has-image) .fzpe-completion-fallback strong{
  font-size:30px!important;
  font-weight:950!important;
}
.fzpe-completion-visual.is-image-unavailable .fzpe-completion-fallback small,
.fzpe-completion-visual:not(.has-image) .fzpe-completion-fallback small{
  font-size:15px!important;
  color:#fff!important;
}

@media(max-width:420px){
  body.fzpe-focus-mode .fzpe-memory-challenge.has-2-choices .fzpe-picture-choices img{
    height:clamp(205px,36dvh,320px)!important;
  }
}
@media(max-height:720px) and (max-width:640px){
  body.fzpe-focus-mode .fzpe-memory-challenge.has-2-choices .fzpe-picture-choices img{
    height:clamp(175px,31dvh,245px)!important;
  }
}


/* v8.4.2 dedicated memory-lesson audio and final Imagine This framing */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
  height:clamp(340px,47dvh,510px)!important;
  min-height:clamp(340px,47dvh,510px)!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-coach-card,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-coach-card{
  padding-bottom:8px!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential{
  gap:5px!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{
  margin-bottom:0!important;
}
@media(max-width:420px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    height:clamp(325px,45dvh,455px)!important;
    min-height:clamp(325px,45dvh,455px)!important;
  }
}
@media(max-height:760px) and (max-width:640px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    height:clamp(265px,38dvh,345px)!important;
    min-height:clamp(265px,38dvh,345px)!important;
  }
}


/* v8.4.3: memory story autoplay fallback */
.fzpe-play-lesson.needs-audio-tap{animation:fzpeAudioTapPulse 1.25s ease-in-out infinite;box-shadow:0 0 0 0 rgba(47,157,72,.42)}
@keyframes fzpeAudioTapPulse{50%{transform:scale(1.025);box-shadow:0 0 0 9px rgba(47,157,72,0)}}
@media (prefers-reduced-motion:reduce){.fzpe-play-lesson.needs-audio-tap{animation:none;outline:3px solid #f0b92f;outline-offset:3px}}

/* v8.4.5 desktop and landscape navigation recovery
 * The Gold learner remains phone-first. On wider viewports, the document must
 * be allowed to grow and scroll so no lesson action can be trapped below the
 * browser viewport. */
@media (min-width:721px){
  html:has(body.fzpe-focus-mode){
    height:auto!important;
    min-height:100%!important;
    overflow-y:auto!important;
  }
  body.fzpe-focus-mode{
    height:auto!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
  body.fzpe-focus-mode .site,
  body.fzpe-focus-mode #page,
  body.fzpe-focus-mode .site-content,
  body.fzpe-focus-mode #content,
  body.fzpe-focus-mode .ast-container,
  body.fzpe-focus-mode .content-area,
  body.fzpe-focus-mode .site-main,
  body.fzpe-focus-mode article.page,
  body.fzpe-focus-mode .entry-content{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  body.fzpe-focus-mode .fzpe-player-shell{
    height:auto!important;
    min-height:100dvh!important;
    overflow:visible!important;
    display:block!important;
    padding-bottom:28px!important;
  }
  body.fzpe-focus-mode .fzpe-player-header{
    position:sticky!important;
    top:0!important;
    z-index:40!important;
  }
  body.fzpe-focus-mode .fzpe-player-step,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"],
  body.fzpe-focus-mode .fzpe-player-step[data-game-type="memory-picture"]{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    padding-bottom:18px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step.is-active{
    display:flex!important;
  }
  body.fzpe-focus-mode .fzpe-learning-card,
  body.fzpe-focus-mode .fzpe-memory-coach-card,
  body.fzpe-focus-mode .fzpe-game-card,
  body.fzpe-focus-mode .fzpe-celebration-card{
    max-height:none!important;
    height:auto!important;
  }
  body.fzpe-focus-mode .fzpe-player-nav{
    position:sticky!important;
    left:auto!important;
    right:auto!important;
    bottom:0!important;
    transform:none!important;
    z-index:35!important;
    width:100%!important;
  }
}


/* v8.5.1: administrator mission restart control for reliable beginning-to-end testing. */
.fzpe-player-header.has-restart{grid-template-columns:42px minmax(0,1fr) auto}
.fzpe-player-restart{appearance:none;border:1px solid #c8d4dc;background:#fff;color:var(--fzpe-navy);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900;line-height:1;cursor:pointer;white-space:nowrap}
.fzpe-player-restart:hover{background:#edf4f8}
.fzpe-player-restart:focus-visible{outline:3px solid rgba(20,104,168,.24);outline-offset:2px}
@media (max-width:420px){.fzpe-player-header.has-restart{grid-template-columns:36px minmax(0,1fr) auto}.fzpe-player-restart{padding:7px 8px;font-size:11px}.fzpe-player-restart{font-size:0}.fzpe-player-restart::before{content:'↻';font-size:18px}}

/* v8.5.2: dedicated desktop image presentation
 * Phone and portrait-tablet layouts remain the Gold template. Wide landscape
 * screens use the original portrait artwork without forcing it into short,
 * heavily cropped banners. */
@media (min-width:900px) and (orientation:landscape){
  body.fzpe-focus-mode .fzpe-player-shell{
    width:min(100%,1120px)!important;
    padding-left:24px!important;
    padding-right:24px!important;
  }
  body.fzpe-focus-mode .fzpe-player-header{
    width:min(100%,960px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.fzpe-focus-mode .fzpe-step-map{
    width:min(100%,760px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.fzpe-focus-mode .fzpe-player-step{
    width:100%!important;
    padding:12px 0 28px!important;
  }
  body.fzpe-focus-mode .fzpe-memory-coach-card,
  body.fzpe-focus-mode .fzpe-game-card,
  body.fzpe-focus-mode .fzpe-celebration-card{
    width:min(100%,960px)!important;
    max-width:960px!important;
  }

  /* Imagine This becomes a true desktop lesson: full portrait art beside the
   * hook, word and one clear action. */
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-coach-card{
    padding:18px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential{
    display:grid!important;
    grid-template-columns:minmax(300px,.88fr) minmax(390px,1.12fr)!important;
    grid-template-areas:
      "actions actions"
      "imagine image"
      "summary image"
      "bar image"
      "ready image"!important;
    column-gap:20px!important;
    row-gap:10px!important;
    align-items:center!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions{
    grid-area:actions!important;
    margin:0!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block{
    grid-area:imagine!important;
    align-self:end!important;
    padding:16px 14px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block>strong{
    font-size:30px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block p{
    font-size:15px!important;
    line-height:1.28!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    grid-area:image!important;
    justify-self:center!important;
    align-self:center!important;
    width:auto!important;
    height:min(68dvh,620px)!important;
    min-height:0!important;
    max-height:620px!important;
    aspect-ratio:2/3!important;
    background:#eef3f7!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#eef3f7!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary{
    grid-area:summary!important;
    align-self:center!important;
    padding:8px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary .fzpe-hebrew-large{
    font-size:52px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary .fzpe-pronunciation-large{
    font-size:28px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary .fzpe-meaning-large{
    font-size:18px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-focus-bar{
    grid-area:bar!important;
    width:100%!important;
    margin:0!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{
    grid-area:ready!important;
    min-height:58px!important;
    margin:0!important;
    font-size:18px!important;
  }

  /* Recall must preserve the complete mnemonic, including the speech bubble. */
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-recall"] .fzpe-memory-recall{
    width:min(100%,700px)!important;
    max-width:700px!important;
    padding:18px!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-recall"] .fzpe-recall-image{
    display:block!important;
    width:auto!important;
    height:min(67dvh,610px)!important;
    max-width:100%!important;
    max-height:610px!important;
    margin:0 auto!important;
    aspect-ratio:2/3!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#eef3f7!important;
  }

  /* Picture matching shows the original portrait cards rather than landscape
   * slices. Three choices use one clean desktop row. */
  body.fzpe-focus-mode .fzpe-memory-challenge{
    width:min(100%,920px)!important;
    max-width:920px!important;
  }
  body.fzpe-focus-mode .fzpe-memory-challenge.has-2-choices .fzpe-picture-choices{
    width:min(100%,700px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.fzpe-focus-mode .fzpe-memory-challenge.has-3-choices .fzpe-picture-choices{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  body.fzpe-focus-mode .fzpe-memory-challenge.has-3-choices .fzpe-picture-choices button:nth-child(3):last-child{
    grid-column:auto!important;
    width:100%!important;
    justify-self:stretch!important;
  }
  body.fzpe-focus-mode .fzpe-memory-challenge .fzpe-picture-choices img,
  body.fzpe-focus-mode .fzpe-memory-challenge.has-2-choices .fzpe-picture-choices img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:2/3!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#eef3f7!important;
  }

  /* Five listening pictures fit comfortably in one row and remain complete. */
  body.fzpe-focus-mode .fzpe-player-step[data-game-type="sound"] .fzpe-game-card{
    width:min(100%,960px)!important;
    max-width:960px!important;
  }
  body.fzpe-focus-mode .fzpe-listen-picture-choices{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.fzpe-focus-mode .fzpe-listen-picture-choices button:nth-child(5):last-child{
    grid-column:auto!important;
    width:100%!important;
    justify-self:stretch!important;
  }
  body.fzpe-focus-mode .fzpe-listen-picture-choices img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:2/3!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#eef3f7!important;
  }

  /* Other picture-led questions should be prominent, not phone-sized. */
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="game"] .fzpe-game-image{
    width:auto!important;
    max-width:100%!important;
    height:min(42dvh,390px)!important;
    max-height:390px!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }
}

/* v8.5.3: mobile Imagine This action-safe-area polish
 * Some mobile browser toolbars overlap the final pixels of the primary action.
 * Preserve the Gold layout while giving the lesson a small scroll reserve and,
 * only on short phone viewports, reclaiming a few pixels from the image. */
@media (max-width:480px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"]{
    padding-bottom:calc(24px + env(safe-area-inset-bottom))!important;
    scroll-padding-bottom:calc(32px + env(safe-area-inset-bottom));
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-coach-card,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-coach-card{
    padding-bottom:calc(18px + env(safe-area-inset-bottom))!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{
    margin-bottom:4px!important;
  }
}
@media (max-width:480px) and (max-height:780px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    height:clamp(258px,36.5dvh,334px)!important;
    min-height:clamp(258px,36.5dvh,334px)!important;
  }
}

/* v8.5.4: mobile Imagine This full-action correction
 * Administrator testing adds a restart control. Earlier focus-mode rules
 * forced the header back to two columns, placing that control on a second row
 * and consuming the exact space needed by the primary action. Keep restart in
 * the header row and provide a small emergency scroll reserve on every phone. */
@media (max-width:480px){
  body.fzpe-focus-mode .fzpe-player-header.has-restart{
    grid-template-columns:36px minmax(0,1fr) 36px!important;
    align-items:center!important;
  }
  body.fzpe-focus-mode .fzpe-player-header.has-restart .fzpe-player-restart{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    font-size:0!important;
  }
  body.fzpe-focus-mode .fzpe-player-header.has-restart .fzpe-player-restart::before{
    content:'↻';
    font-size:19px;
    line-height:1;
  }
  body.fzpe-focus-mode .fzpe-player-header.has-restart .fzpe-step-map{
    grid-column:1/-1!important;
    grid-row:2!important;
    margin-top:0!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"]{
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior-y:contain!important;
    padding-bottom:calc(18px + env(safe-area-inset-bottom))!important;
    scrollbar-width:none;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"]::-webkit-scrollbar{
    display:none;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-coach-card{
    margin-bottom:12px!important;
  }
}

/* v8.5.5 Mobile dashboard destination hero focal framing */
@media(max-width:720px){
  .fzpe-hh-hero{
    min-height:calc(var(--fzpe-hero-mobile-art-height,360px) + 235px)!important;
    align-items:flex-start!important;
    background-color:#dff4ff!important;
    background-image:
      linear-gradient(180deg,rgba(245,252,255,.99) 0%,rgba(245,252,255,.97) 34%,rgba(245,252,255,.58) 39%,rgba(245,252,255,.08) 45%,rgba(245,252,255,0) 50%),
      var(--fzpe-hero-mobile)!important;
    background-size:100% 100%,auto var(--fzpe-hero-mobile-art-height,360px)!important;
    background-repeat:no-repeat,no-repeat!important;
    background-position:center,var(--fzpe-hero-mobile-x,50%) bottom!important;
  }
  .fzpe-hh-hero-copy{
    width:100%!important;
    padding:22px 18px calc(var(--fzpe-hero-mobile-art-height,360px) + 18px)!important;
  }
}
@media(max-width:380px){
  .fzpe-hh-hero{
    min-height:calc(var(--fzpe-hero-mobile-art-height,350px) + 225px)!important;
  }
  .fzpe-hh-hero-copy{
    padding:20px 15px calc(var(--fzpe-hero-mobile-art-height,350px) + 16px)!important;
  }
}


/* v8.6.0 Guest preview, free registration, and Early Access */
.fzpe-guest-landing{min-height:100dvh;display:grid;place-items:center;padding:28px 18px;background:linear-gradient(180deg,#f4f9fd 0%,#eef5fa 100%);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--fzpe-ink)}
.fzpe-guest-welcome-card,.fzpe-guest-signup-card{width:min(100%,660px);background:#fff;border:1px solid #dce6ed;border-radius:28px;padding:clamp(26px,5vw,46px);text-align:center;box-shadow:0 18px 55px rgba(15,39,66,.12)}
.fzpe-guest-welcome-card h1,.fzpe-guest-signup-card h2,.fzpe-full-access-gate h1{margin:12px auto;color:var(--fzpe-navy);line-height:1.08;font-size:clamp(31px,5vw,48px)}
.fzpe-guest-welcome-card>p:not(.fzpe-eyebrow),.fzpe-guest-signup-card>p,.fzpe-full-access-gate>p{font-size:18px;line-height:1.55;color:#52697b;max-width:560px;margin:12px auto 22px}
.fzpe-guest-icon,.fzpe-guest-celebration{width:74px;height:74px;display:grid;place-items:center;margin:0 auto 12px;border-radius:24px;background:#fff4cc;font-size:38px}
.fzpe-guest-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:24px 0}
.fzpe-guest-actions .fzpe-primary-button,.fzpe-guest-actions .fzpe-secondary-button{min-height:54px;font-size:17px}
.fzpe-guest-divider{display:flex;align-items:center;gap:12px;color:#708293;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin:28px 0 18px}
.fzpe-guest-divider:before,.fzpe-guest-divider:after{content:"";height:1px;background:#dfe7ed;flex:1}
.fzpe-register-form,.fzpe-access-code-form{display:grid;gap:13px;text-align:left;margin:0 auto;max-width:520px}
.fzpe-register-form label,.fzpe-access-code-form label{display:grid;gap:6px;font-weight:800;color:var(--fzpe-navy)}
.fzpe-register-form label span,.fzpe-access-code-form label span{font-size:14px}
.fzpe-register-form input,.fzpe-access-code-form input{width:100%;min-height:50px;border:1.5px solid #cfdbe4;border-radius:13px;padding:10px 13px;font:inherit;background:#fff;color:var(--fzpe-navy)}
.fzpe-register-form input:focus,.fzpe-access-code-form input:focus{outline:3px solid rgba(229,184,77,.28);border-color:#d7a82f}
.fzpe-register-form .fzpe-primary-button,.fzpe-access-code-form .fzpe-primary-button{width:100%;min-height:54px;font-size:17px;margin-top:4px}
.fzpe-form-note{display:block;text-align:center;color:#64798a}.fzpe-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.fzpe-login-link{margin:20px 0 0!important}.fzpe-login-link a{color:#0e69c7;font-weight:850}
.fzpe-access-alert{max-width:680px;margin:12px auto;padding:12px 15px;border-radius:12px;font-weight:750}.fzpe-access-alert.is-error{background:#fff0ed;border:1px solid #f2b8ad;color:#982d20}
.fzpe-player-step[data-step-type="guest-signup"]{align-items:flex-start;padding-top:18px;overflow-y:auto;padding-bottom:calc(34px + env(safe-area-inset-bottom))}
.fzpe-player-step[data-step-type="guest-signup"] .fzpe-guest-signup-card{margin:0 auto}.fzpe-player-step[data-step-type="guest-signup"] .fzpe-register-form{margin-top:22px}
.fzpe-player-shell.is-guest-preview .fzpe-player-nav{background:linear-gradient(180deg,rgba(255,255,255,.72),#fff)}
.fzpe-early-access-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:24px;margin:16px 0!important;padding:22px!important;border:1px solid #ead18d!important;background:linear-gradient(135deg,#fffdf5,#fff9df)!important}
.fzpe-early-access-panel h2{margin:4px 0 7px;color:var(--fzpe-navy)}.fzpe-early-access-panel p{margin:0;color:#5f7180}
.fzpe-full-access-gate .fzpe-access-code-form{margin:22px auto}.fzpe-full-access-gate>.fzpe-secondary-button{margin-top:14px}
@media(max-width:720px){
  .fzpe-guest-landing{align-items:start;padding:20px 12px}
  .fzpe-guest-welcome-card,.fzpe-guest-signup-card{border-radius:22px;padding:25px 18px}
  .fzpe-guest-actions{display:grid}.fzpe-guest-actions a{width:100%}
  .fzpe-early-access-panel{grid-template-columns:1fr;margin:12px!important}
  .fzpe-login-card{margin:24px auto!important;padding:26px 18px!important}
  .fzpe-player-step[data-step-type="guest-signup"]{padding-left:10px;padding-right:10px}
}
.fzpe-player-access-toast{position:fixed;z-index:100000;top:16px;left:50%;transform:translateX(-50%);max-width:min(92vw,620px);padding:12px 18px;border-radius:14px;background:#e9f8ee;border:1px solid #9fd4ae;color:#176b34;box-shadow:0 8px 30px rgba(15,39,66,.18);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center}.fzpe-player-access-toast.is-error{background:#fff0ed;border-color:#f2b8ad;color:#982d20}

/* v8.6.14: preserve complete mnemonic artwork on learning and recall screens.
   Main teaching art must never crop the hook or the action. Challenge thumbnails
   intentionally keep their compact crop. */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
  background:#eef3f7;
  display:flex;
  align-items:center;
  justify-content:center;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
.fzpe-memory-hero-image img{
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:62dvh!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
}
.fzpe-recall-image{
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:58dvh!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
  background:#eef3f7;
}
@media (min-width:900px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
  .fzpe-memory-hero-image img{max-height:720px!important;}
  .fzpe-recall-image{max-height:680px!important;}
}

/* v8.6.15: final mobile Imagine This artwork framing.
   Remove legacy fixed-height containers that still clipped portrait speech bubbles. */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
  width:min(100%,420px)!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
  display:block!important;
  background:#eef3f7!important;
  margin:0 auto!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center top!important;
  margin:0 auto!important;
}
@media (min-width:900px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    width:min(100%,420px)!important;
    max-height:none!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img{
    max-height:none!important;
  }
}

/* v8.6.16: mobile Imagine This action-safe framing.
   Keep the mnemonic hook and main action visible without letting portrait art
   push the Hebrew/meaning/Start practice controls far below the first screen.
   The image button still opens the complete artwork when tapped. */
@media (max-width:899px){
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
    width:100%!important;
    height:clamp(285px,38dvh,350px)!important;
    min-height:0!important;
    max-height:350px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#eef3f7!important;
  }
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center top!important;
    margin:0!important;
  }
}


/* v8.6.20 — My Journey travel collection */
.fzpe-my-journey{scroll-margin-top:90px}
.fzpe-journey-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:4px 0 22px}
.fzpe-journey-tabs a{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#eef5fb;color:var(--fzpe-navy);font-weight:850;text-decoration:none;border:1px solid var(--fzpe-border)}
.fzpe-journey-tabs a:hover{background:#dfeef9}
.fzpe-journey-collection-block{padding-top:8px;scroll-margin-top:90px}
.fzpe-journey-collection-block+ .fzpe-journey-collection-block{margin-top:28px;padding-top:28px;border-top:1px solid var(--fzpe-border)}
.fzpe-journey-collection-block h3{margin:0 0 16px;color:var(--fzpe-navy);font-size:20px}
.fzpe-travel-route{display:flex;align-items:flex-start;gap:0;overflow-x:auto;padding:6px 2px 14px}
.fzpe-travel-stop{position:relative;min-width:142px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 10px}
.fzpe-travel-stop:not(:last-child):after{content:"";position:absolute;top:15px;left:58%;width:84%;height:3px;background:#dce5ed;z-index:0}
.fzpe-travel-stop i{position:relative;z-index:1;width:30px;height:30px;border-radius:50%;background:#dce5ed;border:5px solid #fff;box-shadow:0 0 0 2px #dce5ed;margin-bottom:10px}
.fzpe-travel-stop.is-complete i{background:#26b96f;box-shadow:0 0 0 2px #26b96f}
.fzpe-travel-stop.is-complete:not(:last-child):after{background:#26b96f}
.fzpe-travel-stop.is-active i{background:#f5bd2f;box-shadow:0 0 0 2px #f5bd2f}
.fzpe-travel-stop strong{display:block;font-size:14px;color:var(--fzpe-navy)}
.fzpe-travel-stop span{display:block;font-size:12px;color:#718096;margin-top:3px}
.fzpe-reward-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.fzpe-reward-card{min-width:0;padding:12px;border:1px solid var(--fzpe-border);border-radius:18px;background:#fff;text-align:center;overflow:hidden}
.fzpe-reward-card img,.fzpe-reward-placeholder{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:13px;background:#f5f8fb;margin-bottom:10px}
#journey-postcards .fzpe-reward-card img,#journey-postcards .fzpe-reward-placeholder{aspect-ratio:3/2;object-fit:cover}
.fzpe-reward-placeholder{display:flex;align-items:center;justify-content:center;font-size:34px;color:#9aa9b7}
.fzpe-reward-card.is-locked{background:#f8fafc;opacity:.72}
.fzpe-reward-card strong{display:block;color:var(--fzpe-navy);font-size:14px}
.fzpe-reward-card small{display:block;color:#718096;margin-top:3px}
@media(max-width:720px){.fzpe-reward-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.fzpe-travel-stop{min-width:118px}.fzpe-journey-tabs{gap:6px}.fzpe-journey-tabs a{padding:9px 13px;font-size:13px}}

/* v8.6.21 — Dynamic five-stop destination journey map */
.fzpe-destination-route-panel{overflow:hidden}
.fzpe-mission-route{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;position:relative;padding:18px 6px 6px}
.fzpe-mission-route:before{content:"";position:absolute;left:9%;right:9%;top:39px;height:4px;background:#dbe4ec;border-radius:999px;z-index:0}
.fzpe-mission-route-stop{position:relative;z-index:1;text-align:center;padding:0 8px;min-width:0}
.fzpe-route-marker{width:48px;height:48px;border-radius:50%;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;background:#e8edf2;border:5px solid #fff;box-shadow:0 0 0 3px #cbd5df;color:#718096;font-size:18px;font-weight:900}
.fzpe-mission-route-stop strong{display:block;color:var(--fzpe-navy);font-size:14px;line-height:1.2}
.fzpe-mission-route-stop span{display:block;color:#7b8a99;font-size:11px;margin-top:5px;font-weight:750}
.fzpe-mission-route-stop.is-complete .fzpe-route-marker{background:#31b86b;box-shadow:0 0 0 3px #31b86b;color:#fff}
.fzpe-mission-route-stop.is-complete .fzpe-route-marker b{font-size:0}
.fzpe-mission-route-stop.is-complete .fzpe-route-marker b:after{content:"✓";font-size:22px}
.fzpe-mission-route-stop.is-current .fzpe-route-marker{background:#1266cf;box-shadow:0 0 0 4px #f4bd2d,0 0 18px rgba(244,189,45,.55);color:#fff;transform:scale(1.1)}
.fzpe-mission-route-stop.is-current strong{color:#1266cf}
.fzpe-mission-route-stop.is-current span{color:#a36d00;font-weight:900}
.fzpe-journey-city-map{margin:0 0 22px;padding:16px;border:1px solid var(--fzpe-border);border-radius:20px;background:linear-gradient(135deg,#eef9ff 0%,#fffaf0 100%)}
.fzpe-journey-city-map-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:2px}
.fzpe-journey-city-map-head strong{color:var(--fzpe-navy);font-size:16px}
.fzpe-journey-city-map-head span{color:#718096;font-size:12px}
.fzpe-mission-route.is-journey-map{padding-top:20px}
@media(max-width:720px){
  .fzpe-mission-route{display:flex;overflow-x:auto;gap:0;padding:16px 4px 10px;scroll-snap-type:x proximity}
  .fzpe-mission-route:before{left:58px;right:58px;top:37px}
  .fzpe-mission-route-stop{flex:0 0 126px;scroll-snap-align:center;padding:0 6px}
  .fzpe-route-marker{width:44px;height:44px}
  .fzpe-journey-city-map{padding:13px 8px}
  .fzpe-journey-city-map-head{display:block;padding:0 8px}
  .fzpe-journey-city-map-head span{display:block;margin-top:3px}
}


/* v8.6.22 — Compact My Journey collections: only earned rewards render as cards. */
.fzpe-journey-collection-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.fzpe-journey-collection-title h3{margin:0}
.fzpe-journey-collection-title>span{font-size:13px;color:#718096;white-space:nowrap}
.fzpe-journey-collection-title>span strong{color:var(--fzpe-navy)}
.fzpe-empty-collection,.fzpe-locked-summary{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--fzpe-border);border-radius:16px;background:#f8fafc}
.fzpe-empty-collection>span,.fzpe-locked-summary>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#fff;font-size:20px}
.fzpe-empty-collection div{display:grid;gap:2px}
.fzpe-empty-collection strong,.fzpe-locked-summary strong{color:var(--fzpe-navy);font-size:14px}
.fzpe-empty-collection small,.fzpe-locked-summary small{color:#718096;font-size:12px}
.fzpe-locked-summary{margin-top:10px;display:grid;grid-template-columns:38px 1fr;column-gap:12px}
.fzpe-locked-summary>span{grid-row:1/3}
.fzpe-locked-summary strong,.fzpe-locked-summary small{grid-column:2}
@media(max-width:720px){.fzpe-journey-collection-title{align-items:flex-start;flex-direction:column;gap:4px}.fzpe-journey-collection-title>span{white-space:normal}.fzpe-reward-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v8.6.23 — Route-first learner dashboard reorder */
.fzpe-destination-route-panel{order:0;margin-bottom:16px}
.fzpe-hh-hero{min-height:340px;border-radius:24px;margin-bottom:16px;background-image:linear-gradient(90deg,rgba(245,252,255,.98) 0%,rgba(245,252,255,.92) 42%,rgba(245,252,255,.08) 68%),var(--fzpe-hero)}
.fzpe-hh-hero-copy{width:min(520px,48%);padding:34px}
.fzpe-hh-hero h1{font-size:clamp(34px,4vw,54px);margin:8px 0 8px}
.fzpe-current-stop-name{font-size:20px!important;font-weight:850;color:#31435f;margin:0 0 16px!important}
.fzpe-hh-statbar{margin-top:16px;margin-bottom:18px}
.fzpe-hh-maincol>#missions{margin-top:0}
.fzpe-destination-route-panel .fzpe-hh-heading h2{margin:2px 0 0}

@media(max-width:720px){
  .fzpe-destination-route-panel{padding:14px 10px 12px;margin-bottom:12px}
  .fzpe-destination-route-panel .fzpe-hh-heading{align-items:flex-start}
  .fzpe-destination-route-panel .fzpe-hh-heading>div>span{display:none}
  .fzpe-destination-route-panel .fzpe-hh-heading h2{font-size:21px;margin:0}
  .fzpe-destination-route-panel .fzpe-hh-heading>span{font-size:12px}
  .fzpe-mission-route{overflow-x:auto;grid-template-columns:repeat(5,108px);padding:14px 2px 5px;scroll-snap-type:x proximity}
  .fzpe-mission-route:before{left:55px;right:55px;top:35px}
  .fzpe-mission-route-stop{scroll-snap-align:center;padding:0 4px}
  .fzpe-route-marker{width:42px;height:42px}
  .fzpe-mission-route-stop strong{font-size:12px}
  .fzpe-mission-route-stop span{font-size:9px}

  .fzpe-hh-hero{min-height:310px!important;background-image:linear-gradient(90deg,rgba(245,252,255,.98) 0%,rgba(245,252,255,.9) 48%,rgba(245,252,255,.05) 76%),var(--fzpe-hero-mobile)!important;background-size:cover!important;background-position:var(--fzpe-hero-mobile-x) center!important;align-items:center!important}
  .fzpe-hh-hero-copy{width:58%!important;padding:20px 16px!important}
  .fzpe-hh-hero h1{font-size:30px!important;max-width:220px!important;margin:5px 0 6px!important}
  .fzpe-hh-hero .fzpe-hh-kicker{font-size:11px}
  .fzpe-current-stop-name{font-size:14px!important;max-width:200px!important;margin-bottom:10px!important}
  .fzpe-hh-progress-card{padding:10px 11px;margin-bottom:10px;max-width:230px}
  .fzpe-hh-progress-card>div:first-child{font-size:11px}
  .fzpe-hh-coming-soon{font-size:12px;padding:10px 12px}
  .fzpe-hh-primary{font-size:13px;padding:11px 14px}

  .fzpe-hh-missions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;gap:10px!important}
  .fzpe-hh-mission-art{height:105px}
  .fzpe-hh-mission h3{white-space:normal;font-size:13px;line-height:1.2;min-height:31px}
  .fzpe-hh-mission p{font-size:10px}
  #passport{margin-top:12px}
  .fzpe-hh-passport{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible!important;gap:8px}
  .fzpe-hh-passport-page{min-width:0!important}
  .fzpe-hh-statbar{margin-top:12px}
}

/* v8.6.25 — Dedicated My Journey page */
.fzpe-journey-page-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;background:linear-gradient(135deg,#eef9ff 0%,#fff9e7 100%)}
.fzpe-journey-page-hero h1{margin:4px 0 6px;font-size:clamp(32px,5vw,54px);line-height:1;color:#0b2d5b}
.fzpe-journey-page-hero p{margin:0;max-width:680px;color:#52657a}
.fzpe-hh-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid #d7e0e9;border-radius:14px;background:#fff;color:#0b2d5b;font-weight:800;text-decoration:none;white-space:nowrap}
.fzpe-journey-page .fzpe-my-journey{margin-top:18px}
.fzpe-journey-page .fzpe-journey-tabs{position:sticky;top:8px;z-index:5;background:rgba(255,255,255,.96);backdrop-filter:blur(8px)}
@media (max-width:700px){
  .fzpe-journey-page-hero{align-items:flex-start;flex-direction:column;padding:20px}
  .fzpe-journey-page-hero h1{font-size:36px}
  .fzpe-journey-page-hero .fzpe-hh-secondary{width:100%}
  .fzpe-journey-page .fzpe-journey-tabs{overflow-x:auto;justify-content:flex-start}
}

/* v8.6.28 — Wide landscape tablet/desktop Current Challenge hero focal-point fix.
   Avoids aggressive cover-cropping of portrait-ish destination artwork on very wide cards. */
@media (min-width: 900px){
  .fzpe-hh-hero{
    background-image:linear-gradient(90deg,rgba(245,252,255,.99) 0%,rgba(245,252,255,.95) 40%,rgba(245,252,255,.30) 62%,rgba(245,252,255,.02) 78%),var(--fzpe-hero)!important;
    background-size:100% 100%, auto 100%!important;
    background-repeat:no-repeat,no-repeat!important;
    background-position:left center,right center!important;
    background-color:#eef8fd;
  }
}


/* v8.6.31 — full mnemonic-card display.
   Let the uploaded lesson artwork keep its natural aspect ratio on every viewport.
   No fixed viewport height, no forced crop, and no inherited focus-mode clamp. */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
  background:transparent!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image picture,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image picture{
  display:block!important;
  width:100%!important;
  height:auto!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image img,
body.fzpe-focus-mode .fzpe-focus-learn .fzpe-memory-hero-image img,
.fzpe-focus-learn .fzpe-memory-hero-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center top!important;
  margin:0!important;
}

/* Keep the compact Imagine This header introduced in v8.6.30. */
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block{
  padding:4px 8px!important;
  border-radius:10px!important;
  margin:0!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block>span,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block>span{
  font-size:10px!important;
  line-height:1!important;
  margin-bottom:2px!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block>strong,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block>strong{
  font-size:clamp(18px,4.8vw,24px)!important;
  line-height:1.02!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block p,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-block p{
  margin:2px auto 0!important;
  max-width:760px!important;
  font-size:clamp(10px,2.8vw,13px)!important;
  line-height:1.12!important;
}


/* v8.6.32 — compact expressive Imagine This header.
   Top row keeps the label, memory hook and meaning together so artwork begins higher.
   Replay control and the short memory story share one compact row beneath it. */
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  padding:7px 10px!important;
  border-radius:12px!important;
  text-align:left!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline>span,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline>span{
  display:block!important;
  margin:0!important;
  white-space:nowrap!important;
  font-size:clamp(10px,2.6vw,12px)!important;
  line-height:1!important;
  letter-spacing:.02em!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline>strong,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline>strong{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  text-align:center!important;
  font-size:clamp(20px,5.2vw,28px)!important;
  line-height:1!important;
  color:#122c52!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-meaning,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-meaning{
  display:block!important;
  margin:0!important;
  white-space:nowrap!important;
  font-size:clamp(19px,5vw,28px)!important;
  line-height:1!important;
  color:#111!important;
  font-weight:1000!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:6px 0 0!important;
  min-width:0!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline .fzpe-play-lesson,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline .fzpe-play-lesson{
  flex:0 0 auto!important;
  width:auto!important;
  min-height:34px!important;
  margin:0!important;
  padding:6px 11px!important;
  border-radius:11px!important;
  font-size:clamp(11px,2.8vw,13px)!important;
  line-height:1.05!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline p,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline p{
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  font-size:clamp(10.5px,2.8vw,13px)!important;
  line-height:1.15!important;
  color:#455a72!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-play-lesson-standalone{
  width:auto!important;
  margin:6px 0 0!important;
}
@media (max-width:420px){
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline{
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:5px!important;
    padding:6px 8px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline>span,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-inline>span{
    font-size:9px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline{
    gap:6px!important;
  }
}

/* v8.6.33 — polished Mission 3 memory lesson card.
   The summary below the artwork mirrors the visual language of the approved card:
   large Hebrew at left, labelled pronunciation and meaning at right. */
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary-card,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary-card{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
  align-items:stretch!important;
  gap:0!important;
  width:100%!important;
  margin:8px 0 0!important;
  padding:0!important;
  background:#fffaf2!important;
  border:2px solid #d7edf9!important;
  border-radius:16px!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:150px!important;
  padding:14px 12px!important;
  border-right:2px dotted #72b9dc!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew .fzpe-hebrew-large,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew .fzpe-hebrew-large{
  margin:0!important;
  font-size:clamp(62px,17vw,104px)!important;
  line-height:.95!important;
  font-weight:900!important;
  color:#050505!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:12px 10px!important;
  text-align:center!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label{
  display:inline-block!important;
  min-width:118px!important;
  padding:5px 10px!important;
  border-radius:8px!important;
  color:#fff!important;
  font-weight:800!important;
  font-size:clamp(12px,3.5vw,17px)!important;
  line-height:1!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label-pronunciation{
  background:#1378c8!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label-meaning{
  background:#2f9e44!important;
  margin-top:3px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-pronunciation-large,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-pronunciation-large{
  display:block!important;
  margin:0!important;
  font-size:clamp(28px,7.4vw,46px)!important;
  line-height:1!important;
  color:#1378c8!important;
  font-weight:800!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-meaning-large,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-meaning-large{
  display:block!important;
  margin:0!important;
  font-size:clamp(28px,7.4vw,46px)!important;
  line-height:1!important;
  color:#2f9e44!important;
  font-weight:800!important;
}

/* Keep the memory-story line genuinely compact on phones. */
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline .fzpe-play-lesson,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline .fzpe-play-lesson{
  padding:6px 10px!important;
  min-height:32px!important;
  font-size:11px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline p,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline p{
  font-size:11px!important;
  line-height:1.12!important;
}
@media (max-width:420px){
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew{
    min-height:132px!important;
    padding:10px 8px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label{
    min-width:104px!important;
    padding:4px 8px!important;
  }
}


/* v8.6.34 — Mission 3 gold-standard lesson layout.
   Keep audio controls together, collapse Imagine This into one light story strip,
   preserve full artwork, and show learner-facing Hebrew without niqqud. */
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-play-lesson,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-play-lesson{
  background:#2f9d48!important;
  color:#fff!important;
  width:100%!important;
  min-height:40px!important;
  margin:0!important;
  padding:7px 10px!important;
  border-radius:12px!important;
  font-size:13px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  width:100%!important;
  margin:6px 0 0!important;
  padding:7px 10px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#fff4c9,#fffaf0)!important;
  color:#193558!important;
  text-align:left!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip>span,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip>span{
  flex:0 0 auto!important;
  display:inline!important;
  margin:0!important;
  color:#8a6400!important;
  font-size:11px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p{
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  color:#193558!important;
  font-size:clamp(11px,3vw,14px)!important;
  line-height:1.2!important;
  font-weight:650!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p strong,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p strong{
  color:#1378c8!important;
  font-weight:950!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-story-inline{
  display:none!important;
}
@media(max-width:420px){
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip{
    gap:5px!important;
    padding:6px 8px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip>span,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip>span{
    font-size:9px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p{
    font-size:10.5px!important;
  }
}

/* v8.6.35 — Mobile lesson fit polish.
   Tighten vertical spacing while preserving the complete mnemonic artwork. */
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential{
  gap:4px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions{
  gap:5px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions>:only-child,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions>:only-child{
  grid-column:1/-1!important;
  max-width:100%!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-play-lesson,
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-lesson-audio,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-play-lesson,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-lesson-audio{
  min-height:34px!important;
  padding:5px 8px!important;
  font-size:12px!important;
  line-height:1.05!important;
  border-radius:10px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip{
  margin:3px 0 0!important;
  padding:5px 8px!important;
  gap:5px!important;
  border-radius:10px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-hero-image{
  margin:0!important;
  border-radius:10px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary-card,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary-card{
  margin-top:2px!important;
  min-height:0!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew{
  min-height:108px!important;
  padding:6px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew .fzpe-hebrew-large,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew .fzpe-hebrew-large{
  font-size:clamp(52px,15vw,86px)!important;
  line-height:.9!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta{
  padding:6px 8px!important;
  gap:4px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label{
  min-width:96px!important;
  padding:3px 7px!important;
  font-size:10px!important;
  line-height:1.05!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-pronunciation-large,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-pronunciation-large{
  font-size:clamp(24px,7vw,38px)!important;
  line-height:1!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-meaning-large,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-meaning-large{
  font-size:clamp(25px,7.5vw,40px)!important;
  line-height:1!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-focus-bar,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-focus-bar{
  margin:2px 0 4px!important;
  height:4px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{
  min-height:38px!important;
  margin:0!important;
  padding:7px 10px!important;
  font-size:14px!important;
  border-radius:10px!important;
}
@media(max-width:420px){
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-focus-learn,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-focus-learn{
    padding:8px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-essential{
    gap:3px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-play-lesson,
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-lesson-audio,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-play-lesson,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-lesson-audio{
    min-height:32px!important;
    padding:4px 7px!important;
    font-size:11px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip{
    margin-top:2px!important;
    padding:4px 7px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip>span,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip>span{
    font-size:8.5px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p{
    font-size:10px!important;
    line-height:1.08!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew{
    min-height:92px!important;
    padding:4px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew .fzpe-hebrew-large,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hebrew .fzpe-hebrew-large{
    font-size:clamp(46px,14vw,68px)!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta{
    padding:4px 6px!important;
    gap:3px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-label{
    min-width:86px!important;
    padding:3px 6px!important;
    font-size:9px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-pronunciation-large,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-pronunciation-large{
    font-size:clamp(22px,6.5vw,32px)!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-meaning-large,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-meaning-large{
    font-size:clamp(23px,6.8vw,34px)!important;
  }
}

/* v8.6.37: Prevent accidental mobile text selection / Google contextual search in the mission player. */
.fzpe-player-shell,
.fzpe-player-shell * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.fzpe-player-shell img {
  -webkit-user-drag: none;
  user-drag: none;
}
.fzpe-player-shell input,
.fzpe-player-shell textarea,
.fzpe-player-shell [contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

/* v8.6.38: Mission 2 picture-code and missing-brick games. */
.fzpe-code-breaker-card,.fzpe-missing-brick-card{overflow:hidden}
.fzpe-code-eyebrow{margin:0 0 4px;font-size:12px;font-weight:950;letter-spacing:.08em;color:#6b7a88}
.fzpe-picture-code{display:flex;align-items:center;justify-content:center;gap:8px;margin:16px 0 20px;overflow-x:auto;padding:4px}
.fzpe-code-tile{flex:0 0 min(22vw,112px);min-width:78px;background:#fff8e8;border:1px solid #ead8a8;border-radius:16px;padding:7px;box-shadow:0 5px 14px rgba(15,39,66,.07)}
.fzpe-code-tile img,.fzpe-code-image-missing{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:11px;background:#eef3f6}
.fzpe-code-tile strong{display:block;margin-top:6px;font-size:13px;color:var(--fzpe-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fzpe-code-plus{font-size:24px;font-weight:950;color:var(--fzpe-gold);flex:0 0 auto}
.fzpe-missing-brick-prompt{margin:14px 0;padding:18px 14px;border-radius:18px;background:#fff8e8;border:2px dashed #dfbd5b;font-size:clamp(24px,7vw,34px);font-weight:950;color:var(--fzpe-navy)}
.fzpe-missing-brick-image{display:block;width:min(54vw,210px);aspect-ratio:1/1;object-fit:cover;border-radius:18px;margin:0 auto 12px}
@media(max-width:420px){.fzpe-picture-code{gap:5px}.fzpe-code-tile{flex-basis:76px;min-width:70px;padding:5px}.fzpe-code-plus{font-size:19px}.fzpe-code-tile strong{font-size:11px}}

/* v8.6.39: Mission 3 Where vs From Where comparison game. */
.fzpe-meaning-compare-card{overflow:hidden}
.fzpe-meaning-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0 18px}
.fzpe-meaning-compare-tile{position:relative;background:#fff8e8;border:1px solid #ead8a8;border-radius:18px;padding:8px;box-shadow:0 5px 14px rgba(15,39,66,.07)}
.fzpe-meaning-compare-tile img,.fzpe-meaning-compare-tile .fzpe-code-image-missing{display:block;width:100%;aspect-ratio:1.18/1;object-fit:cover;border-radius:12px;background:#eef3f6}
.fzpe-meaning-compare-tile strong{display:block;margin-top:8px;font-size:15px;color:var(--fzpe-navy)}
.fzpe-compare-label{position:absolute;top:14px;left:14px;z-index:2;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#fff;color:var(--fzpe-navy);font-weight:950;box-shadow:0 3px 9px rgba(15,39,66,.18)}
@media(max-width:420px){.fzpe-meaning-compare-grid{gap:8px}.fzpe-meaning-compare-tile{padding:6px}.fzpe-meaning-compare-tile strong{font-size:13px}.fzpe-compare-label{top:10px;left:10px;width:24px;height:24px;font-size:12px}}

/* v8.6.40 — Mobile stability and Imagine This height guard.
   Keep the compact Imagine This copy to a maximum of three visible lines so
   longer workbook text cannot push Start practice below the intended viewport. */
@media(max-width:520px){
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip p{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    overflow:hidden!important;
    max-height:3.24em!important;
  }
}

/* v8.6.41 — Mission 4 Follow the Directions */
body.fzpe-focus-mode .fzpe-player-step[data-game-type="follow-directions"] .fzpe-follow-directions-card{
  max-width:680px;
  margin:0 auto;
}
.fzpe-direction-scene{
  display:grid;
  grid-template-columns:1fr auto auto auto 1fr;
  align-items:end;
  gap:10px;
  min-height:150px;
  margin:12px 0 14px;
  padding:18px 20px;
  border:2px solid #dbe7ef;
  border-radius:22px;
  background:linear-gradient(180deg,#dff4ff 0 55%,#f3d4a2 55% 100%);
  overflow:hidden;
}
.fzpe-direction-stall{font-size:54px;text-align:center}
.fzpe-direction-traveler{font-size:64px;line-height:1}
.fzpe-direction-fork{font-size:82px;line-height:.8;font-weight:900;color:#6b7c88;transform:scaleX(1.3)}
.fzpe-direction-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}
.fzpe-direction-choice{
  min-height:112px;
  border:3px solid #d9e4ec;
  border-radius:22px;
  background:#fff;
  color:#163b5b;
  font:inherit;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 5px 12px rgba(16,55,84,.08);
}
.fzpe-direction-choice .fzpe-direction-arrow{display:block;font-size:62px;line-height:.9}
.fzpe-direction-choice small{display:block;margin-top:8px;font-size:18px;letter-spacing:.04em}
.fzpe-direction-choice.is-correct{border-color:#2faa59;background:#ecfff2;color:#187a38}
.fzpe-direction-choice.is-wrong{border-color:#d94141;background:#fff0f0;color:#b32929}
@media(max-width:640px){
  .fzpe-direction-scene{min-height:112px;padding:12px 10px;margin:8px 0 10px}
  .fzpe-direction-stall{font-size:38px}
  .fzpe-direction-traveler{font-size:48px}
  .fzpe-direction-fork{font-size:62px}
  .fzpe-direction-choice{min-height:88px;border-radius:18px}
  .fzpe-direction-choice .fzpe-direction-arrow{font-size:50px}
  .fzpe-direction-choice small{font-size:15px}
}


/* v8.6.43 — Missions 1–5 mnemonic-first lesson card standard.
   The memory story remains audio-first; the compact written Imagine This strip is removed.
   The lower panel is Hebrew on the left and Hook → Pronunciation → Meaning on the right. */
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-imagine-story-strip{
  display:none!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary-card,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-summary-card{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta{
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  padding:7px 8px!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hook,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hook{
  display:block!important;
  margin:0 0 2px!important;
  color:#c27a00!important;
  font-size:clamp(14px,4.1vw,20px)!important;
  line-height:1.05!important;
  font-weight:950!important;
  text-align:center!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-pronunciation-large,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-pronunciation-large{
  font-size:clamp(20px,5.8vw,30px)!important;
  line-height:1.02!important;
}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-meaning-large,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-meaning-large{
  font-size:clamp(17px,4.9vw,25px)!important;
  line-height:1.05!important;
}
@media(max-width:420px){
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hook,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-hook{
    font-size:13px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-pronunciation-large,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-pronunciation-large{
    font-size:19px!important;
  }
  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-meaning-large,
  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-summary-meta .fzpe-meaning-large{
    font-size:16px!important;
  }
}

/* v8.6.44 — Destination revisit navigation */
.fzpe-destination-switcher{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 14px;padding:10px 12px;border:1px solid var(--fzpe-border);border-radius:18px;background:#fff;box-shadow:0 6px 20px rgba(15,39,66,.06)}
.fzpe-destination-switcher>span{font-size:12px;font-weight:850;color:#6b7d90;margin-right:2px}
.fzpe-destination-switcher a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border:1px solid #d9e3ec;border-radius:999px;background:#f6f9fc;color:var(--fzpe-navy);font-size:13px;font-weight:850;text-decoration:none;white-space:nowrap}
.fzpe-destination-switcher a.is-complete{border-color:#bfe8d2;background:#effbf5;color:#167449}
.fzpe-destination-switcher a.is-current{border-color:#f4d886;background:#fff9e6;color:#8b6500}
.fzpe-destination-switcher a.is-active{box-shadow:0 0 0 3px rgba(18,102,207,.14);border-color:#1266cf;color:#1266cf;background:#eef6ff}
.fzpe-destination-card-link{position:absolute;inset:0;z-index:4;border-radius:inherit;text-decoration:none}
.fzpe-hh-passport-page:has(.fzpe-destination-card-link),.fzpe-travel-stop:has(.fzpe-destination-card-link),.fzpe-reward-card:has(.fzpe-destination-card-link){cursor:pointer}
.fzpe-reward-card{position:relative}
.fzpe-hh-passport-page.is-complete:hover,.fzpe-travel-stop.is-complete:hover,.fzpe-reward-card.is-earned:hover{box-shadow:0 8px 22px rgba(15,39,66,.12)}
@media(max-width:720px){
  .fzpe-destination-switcher{margin:8px 8px 12px;padding:8px;gap:6px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}
  .fzpe-destination-switcher>span{flex:0 0 auto}
  .fzpe-destination-switcher a{flex:0 0 auto;min-height:36px;padding:7px 11px;font-size:12px}
}

/* v8.6.62 — guided teaching cards use a short three-second picture-view phase. */
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-focus-bar i.is-running{
  transition-duration:3s!important;
}


/* v8.6.50 Universal responsive lesson viewport + scroll affordance */
body.fzpe-focus-mode .fzpe-player-shell{
  position:relative!important;
  width:min(100%,1120px)!important;
  height:100dvh!important;
  min-height:100dvh!important;
  max-height:100dvh!important;
  margin:0 auto!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  padding-left:clamp(6px,1.8vw,24px)!important;
  padding-right:clamp(6px,1.8vw,24px)!important;
  padding-bottom:0!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-self-contained-step{
  grid-template-rows:auto minmax(0,1fr)!important;
}
body.fzpe-focus-mode .fzpe-player-header{
  width:100%!important;
  margin:0 auto!important;
  flex:0 0 auto!important;
}
body.fzpe-focus-mode .fzpe-player-step,
body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"],
body.fzpe-focus-mode .fzpe-player-step[data-game-type="memory-picture"]{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  align-items:flex-start!important;
  padding:clamp(3px,1vh,10px) 0 max(14px,env(safe-area-inset-bottom))!important;
  scroll-padding-bottom:72px!important;
}
body.fzpe-focus-mode .fzpe-player-step.is-active{display:flex!important}
body.fzpe-focus-mode .fzpe-intro-card,
body.fzpe-focus-mode .fzpe-learning-card,
body.fzpe-focus-mode .fzpe-memory-coach-card,
body.fzpe-focus-mode .fzpe-game-card,
body.fzpe-focus-mode .fzpe-celebration-card{
  width:min(100%,960px)!important;
  max-width:960px!important;
  height:auto!important;
  max-height:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  transform:none!important;
}
body.fzpe-focus-mode .fzpe-memory-hero-image img,
body.fzpe-focus-mode .fzpe-master-image img,
body.fzpe-focus-mode .fzpe-game-image{
  max-width:100%!important;
}
body.fzpe-focus-mode .fzpe-player-nav{
  position:relative!important;
  left:auto!important;right:auto!important;bottom:auto!important;
  transform:none!important;
  width:100%!important;
  margin:0 auto!important;
}
.fzpe-scroll-cue{
  position:fixed;
  left:50%;
  bottom:max(14px,calc(10px + env(safe-area-inset-bottom)));
  z-index:80;
  transform:translate(-50%,10px);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  max-width:calc(100vw - 28px);
  padding:9px 14px;
  border-radius:999px;
  background:rgba(15,39,66,.94);
  color:#fff;
  box-shadow:0 8px 22px rgba(15,39,66,.24);
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.01em;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s linear;
}
.fzpe-scroll-cue span{font-size:18px;line-height:1}
.fzpe-scroll-cue.is-visible{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
  animation:fzpeScrollCueNudge 1.5s ease-in-out 2;
}
[data-fzpe-player].is-intro-step .fzpe-scroll-cue{
  bottom:max(78px,calc(72px + env(safe-area-inset-bottom)));
}
@keyframes fzpeScrollCueNudge{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,5px)}}
@media (prefers-reduced-motion:reduce){.fzpe-scroll-cue.is-visible{animation:none}}

/* Compact short screens without making text microscopic. */
@media (max-height:700px){
  body.fzpe-focus-mode .fzpe-memory-coach-card,
  body.fzpe-focus-mode .fzpe-game-card,
  body.fzpe-focus-mode .fzpe-celebration-card{padding:clamp(9px,1.5vh,14px)!important}
  body.fzpe-focus-mode .fzpe-game-card h2,
  body.fzpe-focus-mode .fzpe-celebration-card h2{font-size:clamp(22px,5vw,30px)!important}
  body.fzpe-focus-mode .fzpe-game-prompt{padding:9px!important;margin:6px 0!important}
  body.fzpe-focus-mode .fzpe-choice-button{min-height:40px!important;padding:8px 10px!important}
}
@media (max-width:480px){
  body.fzpe-focus-mode .fzpe-player-shell{padding-left:5px!important;padding-right:5px!important}
  body.fzpe-focus-mode .fzpe-player-step{scrollbar-width:none!important}
  body.fzpe-focus-mode .fzpe-player-step::-webkit-scrollbar{display:none!important}
  .fzpe-scroll-cue{font-size:12px;padding:8px 12px}
}


/* v8.6.51 — true auto-fit before scroll.
   The active card is measured in JS and proportionally reduced to the available
   lesson viewport. Scrolling remains a fallback only for genuinely tiny screens. */
body.fzpe-focus-mode .fzpe-player-step{
  justify-content:flex-start!important;
}
body.fzpe-focus-mode .fzpe-player-step>.fzpe-intro-card,
body.fzpe-focus-mode .fzpe-player-step>.fzpe-memory-coach-card,
body.fzpe-focus-mode .fzpe-player-step>.fzpe-game-card,
body.fzpe-focus-mode .fzpe-player-step>.fzpe-celebration-card,
body.fzpe-focus-mode [data-fzpe-fit-screen]{
  transform-origin:top center!important;
}
@media (min-width:600px) and (max-width:1024px){
  body.fzpe-focus-mode .fzpe-player-step{padding-top:4px!important;padding-bottom:8px!important}
  body.fzpe-focus-mode .fzpe-memory-coach-card{padding:clamp(10px,1.35vh,16px)!important}
  body.fzpe-focus-mode .fzpe-lesson-essential{gap:clamp(4px,.65vh,7px)!important}
  body.fzpe-focus-mode .fzpe-focus-learn .fzpe-memory-hero-image img{
    height:clamp(170px,32dvh,330px)!important;
  }
  body.fzpe-focus-mode .fzpe-memory-ready-button{min-height:42px!important}
}


/* v8.6.52 — tablet-first fit rules.
   On normal tablets, fit the important teaching card into the visible lesson
   area instead of falling back to a scroll message. */
@media (min-width:600px) and (max-width:1100px){
  .fzpe-scroll-cue{display:none!important}
  body.fzpe-focus-mode .fzpe-player-shell{
    width:100%!important;
    max-width:none!important;
    padding-left:clamp(10px,2vw,22px)!important;
    padding-right:clamp(10px,2vw,22px)!important;
  }
  body.fzpe-focus-mode .fzpe-player-step{
    overflow-y:hidden!important;
    padding-top:3px!important;
    padding-bottom:5px!important;
  }
  body.fzpe-focus-mode .fzpe-intro-card,
  body.fzpe-focus-mode .fzpe-memory-coach-card,
  body.fzpe-focus-mode .fzpe-game-card,
  body.fzpe-focus-mode .fzpe-celebration-card{
    width:100%!important;
    max-width:100%!important;
    padding:clamp(8px,1.15vh,14px)!important;
  }
  body.fzpe-focus-mode .fzpe-hero-poster-intro img,
  body.fzpe-focus-mode .fzpe-intro-card img{
    max-height:54dvh!important;
    width:auto!important;
    max-width:100%!important;
    object-fit:contain!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.fzpe-focus-mode .fzpe-focus-learn .fzpe-memory-hero-image img,
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-memory-hero-image img{
    width:100%!important;
    height:auto!important;
    max-height:44dvh!important;
    object-fit:contain!important;
  }
  body.fzpe-focus-mode .fzpe-memory-remember:not(.fzpe-focus-learn) .fzpe-memory-hero-image img{
    max-height:42dvh!important;
  }
  body.fzpe-focus-mode .fzpe-game-card .fzpe-game-image{
    width:auto!important;
    max-width:min(100%,460px)!important;
    height:auto!important;
    max-height:35dvh!important;
    object-fit:contain!important;
    margin-bottom:8px!important;
  }
  body.fzpe-focus-mode .fzpe-game-card h2{
    font-size:clamp(26px,4vw,38px)!important;
    margin:4px 0 10px!important;
  }
  body.fzpe-focus-mode .fzpe-listen-button{margin:8px 0!important;padding:10px 12px!important}
  body.fzpe-focus-mode .fzpe-game-instruction{margin:6px 0 10px!important}
  body.fzpe-focus-mode .fzpe-choice-grid{gap:7px!important}
  body.fzpe-focus-mode .fzpe-choice-button{padding:10px 12px!important;min-height:42px!important}
  body.fzpe-focus-mode .fzpe-memory-ready-button{min-height:40px!important;padding:9px 12px!important}
}


/* v8.6.53 — device-aware tablet fitting.
   Android tablets can expose a phone-like CSS viewport width. JS therefore
   marks tablet devices from screen dimensions and these rules apply directly. */
body.fzpe-tablet-device .fzpe-scroll-cue{display:none!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step{overflow:hidden!important;padding-top:3px!important;padding-bottom:4px!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-memory-coach-card,
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-game-card,
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-intro-card{padding:8px!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-focus-learn .fzpe-memory-hero-image img{width:auto!important;max-width:100%!important;height:auto!important;max-height:36dvh!important;object-fit:contain!important;margin:0 auto!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-memory-recall .fzpe-memory-hero-image img{width:auto!important;max-width:100%!important;height:auto!important;max-height:41dvh!important;object-fit:contain!important;margin:0 auto!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-hero-poster-intro img,
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-intro-card img{max-height:46dvh!important;width:auto!important;max-width:100%!important;object-fit:contain!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-lesson-actions{margin-bottom:3px!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-lesson-summary-card{margin-top:4px!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-memory-ready-button{min-height:38px!important;padding:7px 10px!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-game-card .fzpe-game-image{max-height:28dvh!important;width:auto!important;object-fit:contain!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-game-card h2{margin:3px 0 8px!important;font-size:clamp(24px,4.5vw,34px)!important}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-choice-button{padding:8px 10px!important;min-height:40px!important}


/* v8.6.54 — final tablet polish.
   Keep destination intro artwork full and proportional; never show the scroll cue
   on normal phones/tablets when the card already fits. The cue is only a tiny-phone fallback. */
.fzpe-scroll-cue{display:none!important}
@media (max-width:390px) and (max-height:680px){
  .fzpe-scroll-cue.is-visible{display:flex!important}
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"]{
  overflow:visible!important;
  height:auto!important;
  max-height:none!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"] .fzpe-intro-card,
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"] .fzpe-intro-card{
  width:100%!important;
  max-width:100%!important;
  padding:0!important;
  zoom:1!important;
  transform:none!important;
}
body.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"] .fzpe-hero-poster-art,
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"] .fzpe-hero-poster-art{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
}

/* v8.6.55 — first-time guided onboarding before Mission 1 */
.fzpe-onboarding[hidden]{display:none!important}
.fzpe-onboarding{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom));}
.fzpe-onboarding-backdrop{position:absolute;inset:0;background:rgba(9,31,55,.72);backdrop-filter:blur(5px)}
.fzpe-onboarding-dialog{position:relative;width:min(96vw,980px);height:min(94dvh,820px);display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;gap:8px;background:#fff;border-radius:24px;box-shadow:0 24px 80px rgba(0,0,0,.32);padding:12px;overflow:hidden}
.fzpe-onboarding-skip{justify-self:end;border:0;background:transparent;color:#526477;font-weight:850;font-size:14px;padding:8px 10px;cursor:pointer}
.fzpe-onboarding-slides{position:relative;min-height:0;overflow:hidden;border-radius:18px;background:#f4f8fb}
.fzpe-onboarding-slide{position:absolute;inset:0;display:none;grid-template-rows:minmax(0,1fr) auto;min-height:0}
.fzpe-onboarding-slide.is-active{display:grid}
.fzpe-onboarding-slide>img{width:100%;height:100%;min-height:0;object-fit:contain;object-position:center;background:#edf5fb}
.fzpe-onboarding-copy{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;padding:10px 14px 12px;border-top:1px solid #e3eaf1;background:#fff}
.fzpe-onboarding-copy h2{grid-column:1;margin:0;color:#102b4a;font-size:clamp(18px,2.6vw,26px);line-height:1.1}
.fzpe-onboarding-copy p{grid-column:1;margin:0;color:#5b6d7d;font-size:14px;line-height:1.35}
.fzpe-onboarding-audio{grid-column:2;grid-row:1/3;border:1px solid #c9d9e8;background:#f4f9fd;color:#17476e;border-radius:13px;padding:10px 13px;font-weight:850;cursor:pointer;white-space:nowrap}
.fzpe-onboarding-progress{display:flex;justify-content:center;gap:7px;padding:2px 0}
.fzpe-onboarding-progress i{width:9px;height:9px;border-radius:50%;background:#d8e1e9;transition:.2s ease}
.fzpe-onboarding-progress i.is-active{width:24px;border-radius:99px;background:#f2b632}
.fzpe-onboarding-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px}
.fzpe-onboarding-actions button{border:0;border-radius:14px;min-height:48px;padding:11px 14px;font-size:16px;font-weight:950;cursor:pointer}
.fzpe-onboarding-back{background:#edf2f6;color:#18324b}.fzpe-onboarding-back:disabled{opacity:.4}
.fzpe-onboarding-next{background:#f4bd35;color:#142d46}
body.fzpe-tutorial-open{overflow:hidden!important}
@media(max-width:620px){
 .fzpe-onboarding{padding:0}
 .fzpe-onboarding-dialog{width:100vw;height:100dvh;border-radius:0;padding:8px;gap:6px}
 .fzpe-onboarding-copy{grid-template-columns:1fr;padding:8px 10px;gap:5px}
 .fzpe-onboarding-copy h2,.fzpe-onboarding-copy p,.fzpe-onboarding-audio{grid-column:1;grid-row:auto}
 .fzpe-onboarding-copy h2{font-size:18px}.fzpe-onboarding-copy p{font-size:12.5px}
 .fzpe-onboarding-audio{justify-self:start;padding:7px 10px;font-size:12px}
 .fzpe-onboarding-actions button{min-height:44px;font-size:15px}
}


/* v8.6.57 — permanent learner-facing tutorial replay control. */
.fzpe-hh-tutorial-link{display:inline-grid;grid-template-columns:34px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;margin-top:16px;padding:10px 14px;border:1px solid rgba(27,73,112,.18);border-radius:14px;background:rgba(255,255,255,.88);color:#173b5d;box-shadow:0 6px 18px rgba(15,39,66,.10);text-decoration:none}
.fzpe-hh-tutorial-link>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e8f3fb;color:#236492;font-size:20px;font-weight:950}
.fzpe-hh-tutorial-link strong{font-size:14px;line-height:1.1}.fzpe-hh-tutorial-link small{font-size:11px;line-height:1.15;color:#65798c}
.fzpe-hh-tutorial-link:hover,.fzpe-hh-tutorial-link:focus-visible{transform:translateY(-1px);box-shadow:0 9px 22px rgba(15,39,66,.14)}
@media(max-width:720px){.fzpe-hh-tutorial-link{margin-top:13px;padding:9px 12px;background:rgba(255,255,255,.94)}}


/* v8.6.59 — guided action rhythm + Mission 1→2 journey transition. */
@keyframes fzpeActionPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(23,105,210,.34)}
  50%{transform:scale(1.015);box-shadow:0 0 0 10px rgba(23,105,210,0)}
}
.fzpe-action-pulse{animation:fzpeActionPulse 1.25s ease-in-out infinite!important}
@media (prefers-reduced-motion:reduce){.fzpe-action-pulse{animation:none!important;outline:3px solid #f0b92f;outline-offset:3px}}
.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions{grid-template-columns:1fr!important}
.fzpe-player-step[data-step-type="memory-remember"] .hhlvt-replay{background:#1769d2!important;color:#fff!important;border:0!important;border-radius:12px!important;min-height:42px!important;font-weight:900!important}
.fzpe-player-step[data-step-type="memory-remember"] .hhlvt-replay[hidden]{display:none!important}
.fzpe-memory-ready-button:disabled{opacity:.45;cursor:not-allowed;animation:none!important}
.fzpe-choice-button:not(.is-correct):not(.is-wrong),
.fzpe-choice-button:not(.is-correct):not(.is-wrong):focus,
.fzpe-choice-button:not(.is-correct):not(.is-wrong):active{background:#fff!important;color:var(--fzpe-navy)!important;border-color:var(--fzpe-border)!important}
.fzpe-next-mission-transition{padding:10px!important;overflow:hidden;background:#fff!important}
.fzpe-next-mission-art{display:block;width:100%;height:auto;border-radius:18px}
.fzpe-next-mission-transition .fzpe-mission-saved-note{margin:10px 0 4px}
.fzpe-next-mission-transition form{margin:10px 0 0!important}
.fzpe-start-next-mission{display:block;width:min(100%,620px);margin:12px auto 2px!important;padding:15px 20px!important;border:0;border-radius:18px;background:linear-gradient(180deg,#ffd458,#f6bc2c)!important;color:#103d83!important;font-size:clamp(19px,4vw,28px)!important;font-weight:950!important;text-align:center;text-decoration:none;box-shadow:0 8px 18px rgba(177,126,10,.22);cursor:pointer}
.fzpe-start-next-mission:hover,.fzpe-start-next-mission:focus-visible{transform:translateY(-1px);box-shadow:0 11px 22px rgba(177,126,10,.28)}
@media(max-width:640px){.fzpe-next-mission-transition{padding:6px!important}.fzpe-next-mission-art{border-radius:14px}.fzpe-start-next-mission{margin-top:9px!important;padding:13px 16px!important}}


/* v8.6.61 — Mission 2 continues directly into Mission 3 with the same journey rhythm. */
.fzpe-next-mission-transition-live{padding:10px!important;background:#fff!important}
.fzpe-live-transition-art{position:relative;overflow:hidden;min-height:520px;border-radius:20px;background:linear-gradient(155deg,#075ebc 0%,#168ee0 48%,#78c8ef 100%);color:#fff;box-shadow:inset 0 0 0 2px rgba(255,201,48,.55)}
.fzpe-live-transition-art:after{content:"";position:absolute;left:-4%;right:-4%;bottom:-15%;height:48%;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(12,99,72,.36)),radial-gradient(circle at 20% 15%,#fff8 0 1px,transparent 2px);border-radius:50% 50% 0 0/35% 35% 0 0;opacity:.72}
.fzpe-live-transition-sky{position:absolute;inset:20px 24px auto 24px;display:flex;justify-content:space-between;align-items:flex-start;font-size:42px;z-index:2}.fzpe-live-plane{filter:drop-shadow(0 5px 6px rgba(0,0,0,.18));transform:rotate(-12deg)}.fzpe-live-confetti{color:#ffd34d;font-size:28px;letter-spacing:10px}
.fzpe-live-transition-copy{position:relative;z-index:3;display:flex;min-height:520px;flex-direction:column;align-items:center;justify-content:center;padding:56px 28px 34px;text-align:center}
.fzpe-live-complete-badge{display:inline-flex;align-items:center;margin:0 0 18px;padding:9px 20px;border-radius:999px;background:linear-gradient(180deg,#ffdc64,#f4b92e);color:#65420b;font-weight:950;box-shadow:0 8px 18px rgba(91,62,12,.22);letter-spacing:.02em}
.fzpe-live-transition-copy h2{margin:0;font-size:clamp(40px,8vw,76px);line-height:.97;font-weight:950;letter-spacing:-.035em;text-shadow:0 5px 12px rgba(0,54,112,.27)}
.fzpe-live-transition-copy h2 strong{display:block;color:#ffd044}
.fzpe-live-adventure{margin:22px 0 24px;font-size:clamp(21px,4vw,34px);line-height:1.12;font-weight:850}.fzpe-live-adventure strong{color:#ffd044}
.fzpe-live-next-stop{display:flex;gap:14px;align-items:center;min-width:min(620px,88%);padding:18px 24px;border-radius:20px;background:rgba(255,255,255,.96);color:#123f79;text-align:left;box-shadow:0 12px 28px rgba(0,52,110,.18)}
.fzpe-live-next-stop>span{font-size:44px}.fzpe-live-next-stop div{display:grid;gap:2px}.fzpe-live-next-stop small{font-size:16px;font-weight:850;color:#1c3657}.fzpe-live-next-stop strong{font-size:30px;line-height:1;font-weight:950;color:#1056b3}.fzpe-live-next-stop b{font-size:22px;line-height:1.15;color:#152c48}
@media(max-width:640px){.fzpe-live-transition-art,.fzpe-live-transition-copy{min-height:430px}.fzpe-live-transition-copy{padding:50px 16px 24px}.fzpe-live-transition-sky{inset:14px 16px auto}.fzpe-live-next-stop{min-width:94%;padding:15px 16px}.fzpe-live-next-stop>span{font-size:34px}.fzpe-live-next-stop strong{font-size:24px}.fzpe-live-next-stop b{font-size:18px}.fzpe-live-complete-badge{font-size:13px;padding:8px 14px}}


/* v8.6.62 — live onboarding demo + required-action-only guidance. */
.fzpe-live-demo-stage{height:100%;min-height:0;display:grid;grid-template-columns:minmax(150px,.34fr) minmax(0,.66fr);gap:14px;padding:16px;background:linear-gradient(145deg,#eef8ff,#fff9df)}
.fzpe-live-demo-guide{display:flex;flex-direction:column;justify-content:center;gap:12px;color:#153957}.fzpe-live-demo-guide-photo{width:100%;aspect-ratio:4/5;border-radius:18px;background-size:230% auto;background-position:7% 50%;box-shadow:0 10px 25px rgba(17,67,103,.16)}.fzpe-live-demo-guide strong{display:block;font-size:22px;line-height:1.05}.fzpe-live-demo-guide span{display:block;margin-top:5px;font-size:14px;line-height:1.3;color:#5a6f80}
.fzpe-live-demo-card{align-self:center;display:grid;gap:8px;padding:16px;border-radius:20px;background:#fff;border:1px solid #d7e2eb;box-shadow:0 14px 34px rgba(26,74,112,.14);text-align:center}.fzpe-demo-status{min-height:22px;font-weight:900;color:#24577d}.fzpe-demo-word{font-size:clamp(46px,8vw,76px);font-weight:950;line-height:.95;direction:rtl;color:#101820}.fzpe-live-demo-card>strong{font-size:25px;color:#1670cb}.fzpe-live-demo-card>span{font-size:17px;font-weight:850;color:#2f8d45}.fzpe-demo-picture{min-height:120px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;background:linear-gradient(135deg,#e8f7ff,#fff1c9);font-size:54px}.fzpe-demo-picture b{font-size:22px;color:#ad6a00}.fzpe-demo-focus{height:5px;border-radius:99px;background:#e5ebf0;overflow:hidden}.fzpe-demo-focus i{display:block;width:0;height:100%;background:linear-gradient(90deg,#f0b92f,#ffd968)}.fzpe-demo-focus i.is-running{width:100%;transition:width 3s linear}.fzpe-demo-optional{display:grid;grid-template-columns:1fr 1fr;gap:7px}.fzpe-demo-optional span{padding:8px;border-radius:11px;background:#f3f6f8;color:#526777;font-size:12px;font-weight:850}.fzpe-demo-start{min-height:48px;border:0;border-radius:14px;background:#f5bd33;color:#17395f;font-size:17px;font-weight:950}.fzpe-demo-start:disabled{opacity:.42}.fzpe-demo-practice{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding-top:4px}.fzpe-demo-practice p,.fzpe-demo-practice small{grid-column:1/-1;margin:0}.fzpe-demo-practice button{border:1px solid #d5e0e8;border-radius:11px;background:#fff;padding:9px;font-weight:900;color:#17395f}.fzpe-demo-practice button.is-correct{background:#eaf8ed!important;border-color:#51a866!important;color:#246a37!important}.fzpe-demo-practice button.is-wrong{background:#fff0f0!important;border-color:#d96a6a!important;color:#9b3030!important}.fzpe-demo-answer-cue{outline:3px solid rgba(23,105,210,.18);outline-offset:5px;border-radius:14px}.fzpe-onboarding-next.fzpe-action-pulse{animation:fzpeActionPulse 1.25s ease-in-out infinite!important}
@media(max-width:620px){.fzpe-live-demo-stage{grid-template-columns:92px minmax(0,1fr);gap:8px;padding:8px}.fzpe-live-demo-guide{justify-content:flex-start}.fzpe-live-demo-guide-photo{aspect-ratio:1/1;background-size:260% auto}.fzpe-live-demo-guide strong{font-size:14px}.fzpe-live-demo-guide span{font-size:10.5px}.fzpe-live-demo-card{padding:9px;gap:5px}.fzpe-demo-word{font-size:43px}.fzpe-live-demo-card>strong{font-size:19px}.fzpe-live-demo-card>span{font-size:13px}.fzpe-demo-picture{min-height:78px;font-size:34px}.fzpe-demo-picture b{font-size:15px}.fzpe-demo-start{min-height:42px;font-size:15px}.fzpe-demo-practice button{padding:7px;font-size:12px}}

.fzpe-player-step.fzpe-awaiting-choice .fzpe-choice-grid,
.fzpe-player-step.fzpe-awaiting-choice .fzpe-memory-choice-grid,
.fzpe-player-step.fzpe-awaiting-choice [data-fzpe-choice]:first-of-type{animation:fzpeChoiceCue 1.35s ease-in-out infinite}
@keyframes fzpeChoiceCue{0%,100%{box-shadow:0 0 0 0 rgba(23,105,210,0)}50%{box-shadow:0 0 0 6px rgba(23,105,210,.14)}}
@media(prefers-reduced-motion:reduce){.fzpe-player-step.fzpe-awaiting-choice .fzpe-choice-grid,.fzpe-player-step.fzpe-awaiting-choice .fzpe-memory-choice-grid{animation:none;outline:3px solid rgba(23,105,210,.2);outline-offset:4px}}
\n\n/* v8.6.64 — stable lesson-card audio controls.\n   Reserve the optional Replay Memory Tip slot from first paint so its reveal never\n   pushes the picture, progress bar, or Start Practice button down the viewport. */\n.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions,\nbody.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions{\n  display:grid!important;\n  grid-template-columns:repeat(2,minmax(0,1fr))!important;\n  grid-template-rows:auto!important;\n  gap:7px!important;\n  position:relative!important;\n  min-height:42px!important;\n}\n.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-lesson-audio,\n.fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .hhlvt-replay,\nbody.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-lesson-audio,\nbody.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .hhlvt-replay{\n  width:100%!important;\n  min-width:0!important;\n  min-height:42px!important;\n  margin:0!important;\n}\n.fzpe-player-step[data-step-type="memory-remember"] .hhlvt-replay[hidden],\nbody.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .hhlvt-replay[hidden]{\n  display:block!important;\n  visibility:hidden!important;\n  opacity:0!important;\n  pointer-events:none!important;\n}\n.fzpe-player-step[data-step-type="memory-remember"] .hhlvt-replay:not([hidden]),\nbody.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .hhlvt-replay:not([hidden]){\n  visibility:visible!important;\n  opacity:1!important;\n}\n/* The replay button already changes to “Playing…” while narration runs; a second\n   status row is redundant and was another source of vertical reflow. */\n.fzpe-player-step[data-step-type="memory-remember"] .hhlvt-status,\nbody.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .hhlvt-status{\n  display:none!important;\n}\n@media(max-width:640px){\n  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions,\n  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions{gap:6px!important;min-height:40px!important}\n  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-lesson-audio,\n  .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .hhlvt-replay,\n  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .fzpe-lesson-audio,\n  body.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-lesson-actions .hhlvt-replay{min-height:40px!important;font-size:12px!important;padding:6px 7px!important}\n}\n
/* v8.6.72 — restore phone-style cinematic mission intros on tablets only.
   Tablets were inheriting a natural-height 2:1 intro image, which made the hero poster
   look short and sky-heavy. Keep phone behaviour unchanged, but let tablet intros fill
   the available lesson row and crop like the approved phone layout. */
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"]{
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  overflow:hidden!important;
}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"] .fzpe-intro-card,
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"] .fzpe-hero-poster-intro{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  padding:0!important;
  overflow:hidden!important;
}
body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="intro"] .fzpe-hero-poster-art{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:68% center!important;
  margin:0!important;
}


/* v8.6.73 — medium-width portrait intro sizing.
   Do not rely on tablet detection. On portrait viewports wider than a phone,
   give mission intro posters a tall 3:4 frame so the traveler and lower scene
   remain visible. Phones keep their existing layout. */
@media (min-width:500px) and (max-width:899px) and (orientation:portrait){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-step-type="intro"],
  body.fzpe-tablet-device.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-step-type="intro"]{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-intro-card,
  body.fzpe-tablet-device.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-intro-card{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-intro,
  body.fzpe-tablet-device.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-intro{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:3/4!important;
    overflow:hidden!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-art,
  body.fzpe-tablet-device.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-art{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:68% 58%!important;
    margin:0!important;
  }
}


/* v8.6.74 — 8.7-inch portrait intro composition polish.
   Medium portrait viewports around 430 CSS px are common on compact tablets even
   when their physical screen is much wider. Fill the intro content row so the
   poster reaches closer to the Start Mission control, and bias the crop lower in
   the source artwork so the traveler sits higher in the visible composition. */
@media (min-width:430px) and (max-width:899px) and (orientation:portrait){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-step-type="intro"]{
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
    overflow:hidden!important;
    padding:2px 0 6px!important;
    align-items:stretch!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-intro-card,
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-intro{
    width:100%!important;
    height:calc(100% - 4px)!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    margin:0!important;
    overflow:hidden!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-art{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:68% 64%!important;
    margin:0!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-nav{
    padding-top:4px!important;
  }
}


/* v8.6.75 — per-mission compact-tablet intro focal tuning.
   Missions 1–5 use different compositions, so one crop position cannot preserve
   both the destination heading and the traveler. Keep phones untouched. On
   medium portrait screens, give the poster more vertical room and tune each
   mission's focal point independently. */
@media (min-width:430px) and (max-width:899px) and (orientation:portrait){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-step-type="intro"]{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    padding:2px 0 4px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-intro-card,
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-intro{
    width:100%!important;
    height:clamp(900px,68dvh,1060px)!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    margin:0!important;
    overflow:hidden!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-hero-poster-art{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:50% 4%!important;
    margin:0!important;
  }
  /* Mission-specific focal points from the approved Tel Aviv opening artwork. */
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="1"] .fzpe-hero-poster-art{object-position:50% 0%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="2"] .fzpe-hero-poster-art{object-position:50% 3%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="3"] .fzpe-hero-poster-art{object-position:50% 5%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="4"] .fzpe-hero-poster-art{object-position:52% 5%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="5"] .fzpe-hero-poster-art{object-position:50% 4%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-nav{padding-top:3px!important}
}

/* v8.6.76 — responsive Tel Aviv travel intros.
   The artwork is now deliberately text-free. All titles, route information and
   mission copy are real HTML so they stay crisp and readable on phone, tablet
   and desktop. This block intentionally overrides the older poster crop rules
   only for Missions 1–5 via .fzpe-travel-intro. */
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
  position:relative!important;
  width:min(100%,920px)!important;
  height:clamp(650px,calc(100dvh - 225px),980px)!important;
  min-height:650px!important;
  max-height:980px!important;
  margin:0 auto!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:#0b78c9!important;
  box-shadow:0 16px 42px rgba(9,38,76,.16)!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro .fzpe-hero-poster-art{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:50% 50%!important;
  margin:0!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro .fzpe-travel-shade{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,37,74,.38) 0%,rgba(4,37,74,.05) 48%,rgba(4,28,55,.12) 66%,rgba(4,24,50,.82) 100%);
}
.fzpe-travel-top{
  position:absolute;
  z-index:2;
  top:18px;
  left:22px;
  right:22px;
  text-align:center;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.28);
}
.fzpe-travel-meta{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  font-size:clamp(12px,2vw,16px);
  font-weight:900;
  letter-spacing:.12em;
}
.fzpe-travel-count{
  display:inline-flex;
  align-items:center;
  padding:7px 13px;
  border-radius:999px;
  color:#15395a;
  background:rgba(255,255,255,.90);
  letter-spacing:0;
  text-shadow:none;
}
.fzpe-travel-top h1{
  margin:12px 0 2px;
  color:#fff;
  font-size:clamp(38px,7.6vw,76px);
  line-height:.95;
  letter-spacing:.015em;
  font-weight:950;
  text-transform:uppercase;
  text-wrap:balance;
}
.fzpe-travel-plane{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin:7px auto 8px;
  color:#f6c535;
  font-size:18px;
  text-shadow:none;
}
.fzpe-travel-plane span{display:block;width:70px;max-width:18vw;height:3px;border-radius:99px;background:#f6c535}
.fzpe-travel-description{
  max-width:680px;
  margin:0 auto 13px;
  font-size:clamp(14px,2.35vw,20px);
  line-height:1.25;
  font-weight:760;
  text-wrap:balance;
}
.fzpe-travel-route{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  max-width:790px;
  margin:0 auto;
  padding:12px 12px 10px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 7px 22px rgba(8,45,77,.18);
  text-shadow:none;
}
.fzpe-travel-route:before{
  content:"";
  position:absolute;
  left:11%;right:11%;top:31px;
  height:4px;
  border-radius:99px;
  background:#c8ced4;
}
.fzpe-travel-stop{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  align-content:start;
  gap:6px;
  min-width:0;
  color:#173b57;
}
.fzpe-travel-stop-icon{
  width:42px;height:42px;
  display:grid;place-items:center;
  border:3px solid #c9ced3;
  border-radius:50%;
  background:#f2f3f4;
  color:#556473;
  font-size:20px;
  font-weight:950;
}
.fzpe-travel-stop.is-complete .fzpe-travel-stop-icon{border-color:#0e4c8d;background:#0e4c8d;color:#fff}
.fzpe-travel-stop.is-current .fzpe-travel-stop-icon{border-color:#f2bd25;background:#f2bd25;color:#133e67;box-shadow:0 0 0 4px rgba(242,189,37,.18)}
.fzpe-travel-stop-label{
  max-width:110px;
  font-size:clamp(9px,1.65vw,13px);
  line-height:1.05;
  font-weight:850;
  text-align:center;
  text-wrap:balance;
}
.fzpe-travel-bottom{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:18px;
  text-align:center;
  color:#fff;
  text-shadow:0 2px 9px rgba(0,0,0,.5);
}
.fzpe-travel-mission-label{
  margin:0;
  font-size:clamp(25px,4.8vw,46px);
  line-height:1;
  font-weight:950;
  text-wrap:balance;
}
.fzpe-travel-mission-summary{
  margin:8px 0 0;
  font-size:clamp(14px,2.6vw,21px);
  line-height:1.18;
  font-weight:800;
}
/* The clean images were composed differently, so preserve each subject with a
   small focal adjustment rather than relying on one global crop. */
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="1"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 57%!important}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="2"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 58%!important}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="3"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 57%!important}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="4"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 58%!important}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="5"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 56%!important}

@media(max-width:499px){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    height:clamp(610px,calc(100dvh - 205px),790px)!important;
    min-height:610px!important;
    border-radius:20px!important;
  }
  .fzpe-travel-top{top:12px;left:12px;right:12px}
  .fzpe-travel-meta{gap:7px;font-size:11px}
  .fzpe-travel-count{padding:5px 9px}
  .fzpe-travel-top h1{margin-top:8px;font-size:clamp(35px,10vw,52px)}
  .fzpe-travel-description{font-size:13px;line-height:1.18;margin-bottom:9px;max-width:94%}
  .fzpe-travel-route{padding:9px 4px 8px;border-radius:14px}
  .fzpe-travel-route:before{top:25px;height:3px}
  .fzpe-travel-stop{gap:4px}
  .fzpe-travel-stop-icon{width:34px;height:34px;border-width:2px;font-size:16px}
  .fzpe-travel-stop-label{font-size:8.5px;max-width:68px}
  .fzpe-travel-bottom{left:12px;right:12px;bottom:13px}
  .fzpe-travel-mission-label{font-size:clamp(24px,7vw,34px)}
  .fzpe-travel-mission-summary{font-size:13px;margin-top:5px}
}
@media(min-width:900px){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    width:min(82vw,900px)!important;
    height:min(78dvh,920px)!important;
    min-height:700px!important;
  }
  .fzpe-travel-top{top:24px;left:34px;right:34px}
  .fzpe-travel-bottom{bottom:24px}
}


/* v8.6.78 — fast, visual Tel Aviv intro refinement.
   Remove non-essential intro copy, compress the journey strip, keep labels on
   one line, and reserve clear space for the mission label above Start Mission. */
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
  height:clamp(620px,calc(100dvh - 205px),900px)!important;
}
.fzpe-travel-top h1{
  margin-bottom:4px!important;
}
.fzpe-travel-plane{
  margin:6px auto 10px!important;
}
.fzpe-travel-route{
  padding:7px 8px 6px!important;
  border-radius:15px!important;
}
.fzpe-travel-route:before{
  top:23px!important;
  height:3px!important;
}
.fzpe-travel-stop{
  gap:3px!important;
}
.fzpe-travel-stop-icon{
  width:32px!important;
  height:32px!important;
  border-width:2px!important;
  font-size:15px!important;
}
.fzpe-travel-stop-label{
  max-width:none!important;
  white-space:nowrap!important;
  text-wrap:nowrap!important;
  font-size:clamp(7px,1.35vw,11px)!important;
  line-height:1!important;
}
.fzpe-travel-bottom{
  bottom:76px!important;
}
.fzpe-travel-mission-label{
  font-size:clamp(23px,4.3vw,40px)!important;
}
.fzpe-travel-mission-summary{
  margin-top:4px!important;
  font-size:clamp(12px,2.15vw,18px)!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-nav{
  padding-top:3px!important;
}
@media(max-width:499px){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    height:clamp(585px,calc(100dvh - 198px),740px)!important;
    min-height:585px!important;
  }
  .fzpe-travel-top{top:11px!important;left:10px!important;right:10px!important}
  .fzpe-travel-top h1{margin:8px 0 3px!important;font-size:clamp(34px,9.6vw,50px)!important}
  .fzpe-travel-plane{margin:5px auto 9px!important}
  .fzpe-travel-route{padding:6px 3px 5px!important;border-radius:13px!important}
  .fzpe-travel-route:before{left:10%!important;right:10%!important;top:19px!important;height:2px!important}
  .fzpe-travel-stop-icon{width:27px!important;height:27px!important;font-size:13px!important}
  .fzpe-travel-stop-label{font-size:7px!important;letter-spacing:-.02em!important}
  .fzpe-travel-bottom{left:10px!important;right:10px!important;bottom:68px!important}
  .fzpe-travel-mission-label{font-size:clamp(21px,6.2vw,29px)!important}
  .fzpe-travel-mission-summary{font-size:11px!important;margin-top:3px!important}
}
@media(min-width:500px) and (max-width:899px) and (orientation:portrait){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    height:clamp(760px,78dvh,980px)!important;
  }
  .fzpe-travel-route{padding:8px 9px 7px!important}
  .fzpe-travel-stop-icon{width:34px!important;height:34px!important}
  .fzpe-travel-stop-label{font-size:9.5px!important}
  .fzpe-travel-bottom{bottom:78px!important}
}


/* v8.6.79 — responsive intro layout by viewport shape.
   Keep the intro fast and visual: no repeated mission title or word-count copy
   over the photograph. The same artwork is reused, while phone, portrait-tablet
   and landscape/desktop layouts get their own proportions. */
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-bottom{
  display:none!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-step-type="intro"]{
  align-items:stretch!important;
  overflow:hidden!important;
  padding:2px 0 3px!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-nav{
  padding:4px 10px calc(5px + env(safe-area-inset-bottom))!important;
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-nav-next{
  min-height:50px!important;
}

/* Phone: tall, immersive, but leave the bottom of the photograph clear. */
@media (max-width:499px){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    height:calc(100dvh - 188px)!important;
    min-height:555px!important;
    max-height:760px!important;
  }
  .fzpe-travel-top{top:10px!important;left:10px!important;right:10px!important}
  .fzpe-travel-meta{font-size:11px!important}
  .fzpe-travel-top h1{font-size:clamp(32px,9.2vw,48px)!important;line-height:.98!important;margin:8px 0 2px!important}
  .fzpe-travel-plane{margin:4px auto 8px!important}
  .fzpe-travel-route{padding:5px 3px 5px!important}
  .fzpe-travel-route:before{top:18px!important;height:2px!important}
  .fzpe-travel-stop-icon{width:26px!important;height:26px!important;font-size:12px!important}
  .fzpe-travel-stop-label{font-size:6.8px!important}
}

/* Portrait tablets: preserve the portrait storytelling and let the traveller breathe. */
@media (min-width:500px) and (orientation:portrait){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    width:min(100%,900px)!important;
    height:calc(100dvh - 185px)!important;
    min-height:720px!important;
    max-height:1120px!important;
  }
  .fzpe-travel-top{top:16px!important;left:24px!important;right:24px!important}
  .fzpe-travel-top h1{font-size:clamp(42px,7vw,72px)!important;line-height:.98!important;margin:10px 0 4px!important}
  .fzpe-travel-plane{margin:6px auto 10px!important}
  .fzpe-travel-route{padding:7px 8px 6px!important}
  .fzpe-travel-stop-icon{width:32px!important;height:32px!important;font-size:14px!important}
  .fzpe-travel-stop-label{font-size:clamp(8px,1.15vw,11px)!important}
}

/* Landscape tablets and desktop: use a deliberate wide hero rather than
   squeezing the tall phone composition into a short viewport. */
@media (min-width:700px) and (orientation:landscape){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-shell{
    max-width:1180px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    width:min(94vw,1160px)!important;
    height:calc(100dvh - 190px)!important;
    min-height:430px!important;
    max-height:760px!important;
  }
  .fzpe-travel-top{top:14px!important;left:28px!important;right:28px!important}
  .fzpe-travel-meta{font-size:clamp(12px,1.2vw,16px)!important}
  .fzpe-travel-top h1{font-size:clamp(40px,5.6vw,76px)!important;line-height:.95!important;margin:8px 0 3px!important}
  .fzpe-travel-plane{margin:3px auto 8px!important}
  .fzpe-travel-route{width:min(82%,900px)!important;margin-inline:auto!important;padding:5px 10px 5px!important}
  .fzpe-travel-route:before{top:19px!important;height:2px!important}
  .fzpe-travel-stop-icon{width:28px!important;height:28px!important;font-size:13px!important}
  .fzpe-travel-stop-label{font-size:clamp(7px,.85vw,10px)!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-nav{
    width:min(94vw,1160px)!important;
    margin-inline:auto!important;
  }
}


/* v8.6.80 — dedicated wide-landscape intro composition.
   Wide tablets and desktop no longer crop the portrait travel artwork into a
   shallow banner. The photograph gets a protected portrait-style left pane,
   while the location, mission count, destination and route live in a separate
   blue information pane on the right. Phone and portrait layouts are unchanged. */
@media (min-width:900px) and (orientation:landscape){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    display:grid!important;
    grid-template-columns:minmax(0,58%) minmax(360px,42%)!important;
    width:min(94vw,1240px)!important;
    height:clamp(500px,calc(100dvh - 205px),720px)!important;
    min-height:500px!important;
    max-height:720px!important;
    background:linear-gradient(180deg,#087bc4 0%,#045c9c 100%)!important;
    overflow:hidden!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro .fzpe-hero-poster-art{
    position:relative!important;
    inset:auto!important;
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:50% 56%!important;
    border-radius:0!important;
    z-index:0!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro .fzpe-travel-shade{
    position:absolute!important;
    inset:0 42% 0 0!important;
    background:linear-gradient(180deg,rgba(4,37,74,.03) 0%,rgba(4,37,74,.03) 58%,rgba(4,24,50,.25) 100%)!important;
    z-index:1!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    grid-column:2!important;
    grid-row:1!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:stretch!important;
    min-width:0!important;
    padding:28px 28px 30px!important;
    text-align:center!important;
    z-index:2!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-meta{
    gap:8px!important;
    font-size:clamp(12px,1vw,15px)!important;
    margin-bottom:8px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-count{
    padding:6px 11px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top h1{
    font-size:clamp(42px,4.2vw,68px)!important;
    line-height:.95!important;
    margin:10px 0 5px!important;
    overflow-wrap:normal!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-plane{
    margin:7px auto 16px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-plane span{
    width:54px!important;
    max-width:none!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:8px 6px 7px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.95)!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route:before{
    left:10%!important;
    right:10%!important;
    top:21px!important;
    height:2px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop-icon{
    width:30px!important;
    height:30px!important;
    font-size:13px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop-label{
    font-size:clamp(7px,.72vw,9.5px)!important;
    white-space:normal!important;
    text-wrap:balance!important;
    line-height:1.05!important;
    max-width:78px!important;
    min-height:20px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-nav{
    width:min(94vw,1240px)!important;
    margin-inline:auto!important;
    padding-top:6px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-nav-next{
    min-height:54px!important;
  }

  /* Per-mission focal tuning for the wide image pane. */
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="1"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 60%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="2"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 57%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="3"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 56%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="4"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 57%!important}
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-player-step[data-mission-number="5"] .fzpe-travel-intro .fzpe-hero-poster-art{object-position:50% 56%!important}
}


/* v8.6.81 — wide-landscape right-panel fit refinement.
   Give the information pane a little more room, keep long destination titles
   inside the blue panel, and guarantee that all five route stops remain visible. */
@media (min-width:900px) and (orientation:landscape){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    grid-template-columns:minmax(0,55%) minmax(420px,45%)!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro .fzpe-travel-shade{
    inset:0 45% 0 0!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top{
    padding:26px 24px 28px!important;
    overflow:hidden!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(34px,3.55vw,58px)!important;
    line-height:.98!important;
    letter-spacing:-.025em!important;
    white-space:normal!important;
    text-wrap:balance!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route{
    box-sizing:border-box!important;
    width:calc(100% - 8px)!important;
    max-width:100%!important;
    margin:0 4px!important;
    padding:8px 5px 7px!important;
    overflow:visible!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop{
    min-width:0!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop-label{
    font-size:clamp(6.8px,.62vw,9px)!important;
    max-width:66px!important;
    white-space:normal!important;
    text-wrap:balance!important;
    overflow-wrap:normal!important;
  }
}

/* v8.6.82 — hard no-overflow fix for PC / wide landscape mission intros.
   Remove the previous hard minimum width from the information column, give the
   text side a true 50% of the card, and scale title/route content to that real
   available width. This is deliberately scoped to wide landscape only. */
@media (min-width:900px) and (orientation:landscape){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    max-width:1240px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-intro .fzpe-travel-shade{
    inset:0 50% 0 0!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:24px 22px 26px!important;
    overflow:hidden!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-meta{
    width:100%!important;
    min-width:0!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top h1{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:10px 0 5px!important;
    padding:0 4px!important;
    font-size:clamp(30px,3vw,46px)!important;
    line-height:1!important;
    letter-spacing:-.02em!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    text-wrap:balance!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-plane{
    width:100%!important;
    min-width:0!important;
    margin:5px auto 12px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-plane span{
    width:42px!important;
    max-width:12%!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:7px 4px 6px!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    overflow:hidden!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route:before{
    left:10%!important;
    right:10%!important;
    top:19px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
    gap:3px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop-icon{
    width:27px!important;
    height:27px!important;
    min-width:27px!important;
    font-size:12px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop-label{
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:0 1px!important;
    font-size:clamp(6.5px,.58vw,8.5px)!important;
    line-height:1.05!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    text-wrap:balance!important;
    overflow:hidden!important;
  }
}

/* v8.6.83 — centred wide-landscape information panel refinement.
   On PC / large landscape screens, give the destination title and journey strip
   their own centred safe area inside the blue pane. The white route bar is
   deliberately narrower so all five stops sit comfortably away from the right edge. */
@media (min-width:900px) and (orientation:landscape){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top{
    align-items:center!important;
    padding-left:28px!important;
    padding-right:28px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-meta{
    width:auto!important;
    max-width:88%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top h1{
    width:88%!important;
    max-width:520px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    text-align:center!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-plane{
    width:82%!important;
    max-width:470px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route{
    width:82%!important;
    max-width:500px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:8px!important;
    padding-right:8px!important;
    overflow:hidden!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop-label{
    font-size:clamp(6px,.52vw,8px)!important;
    padding-left:2px!important;
    padding-right:2px!important;
  }
}

/* v8.6.84 — wide-landscape visual centring correction.
   The information stack was still reading too far to the right on PC/tablet
   landscape. Keep the 50/50 card, but tighten the route bar and move the text
   stack slightly left inside the blue pane. Phone and portrait remain untouched. */
@media (min-width:900px) and (orientation:landscape){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-meta,
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top h1,
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-plane,
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route{
    position:relative!important;
    left:-4%!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top h1{
    width:82%!important;
    max-width:460px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-plane{
    width:72%!important;
    max-width:400px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route{
    width:70%!important;
    max-width:420px!important;
    align-self:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:7px!important;
    padding-right:7px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-stop-label{
    font-size:clamp(5.8px,.48vw,7.6px)!important;
  }
}

/* v8.6.85 — final wide-landscape group alignment.
   Move the complete right-side information stack left as one unit instead of
   offsetting its individual children. This keeps TEL AVIV, mission badge,
   destination title, plane divider and journey strip perfectly aligned together.
   Phone and portrait layouts remain unchanged. */
@media (min-width:900px) and (orientation:landscape){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top{
    transform:translateX(-40px)!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-meta,
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-top h1,
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-plane,
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-travel-route{
    left:0!important;
  }
}


/* v8.6.87 — Mission 6 Hebrew Bricks */
.fzpe-hebrew-brick-card{text-align:center}
.fzpe-hebrew-brick-word{font-size:clamp(3.4rem,8vw,6rem);font-weight:900;line-height:1.05;margin:18px 0;color:#17324d}
.fzpe-hebrew-brick-row{display:flex;justify-content:center;gap:14px;align-items:stretch;margin:18px auto 22px;max-width:720px}
.fzpe-hebrew-brick-tile{flex:1 1 0;min-width:0;max-width:190px;border:2px solid #dce4ec;border-radius:20px;background:#fff;padding:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;box-shadow:0 8px 22px rgba(20,45,70,.08)}
.fzpe-hebrew-brick-tile img{display:block;width:100%;max-width:150px;aspect-ratio:1/1;object-fit:contain}
.fzpe-hebrew-brick-letter{font-size:clamp(4rem,10vw,7rem);font-weight:900;line-height:1;color:#1d8f49}
.fzpe-hebrew-brick-tile strong{font-size:1rem;color:#39546d}
@media (max-width:620px){.fzpe-hebrew-brick-row{gap:8px}.fzpe-hebrew-brick-tile{padding:8px;border-radius:14px}.fzpe-hebrew-brick-tile strong{font-size:.82rem}}


/* v8.6.90 — Jerusalem intro + small-tablet portrait framing.
   Missions 6–11 use six route stops and clean text-free opening artwork.
   The 8–9 inch portrait tablet range gets a lower focal point so the guide
   remains visible instead of showing mostly sky. */
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-travel-route{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-travel-stop-label{
  font-size:clamp(8px,1.35vw,12px);
}
/* Phone: keep the guide comfortably visible while retaining sky for HTML headings. */
@media (max-width:599px) and (orientation:portrait){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-hero-poster-art{
    object-position:50% 72%!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-travel-route{
    padding-left:5px!important;
    padding-right:5px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-travel-stop-icon{
    width:28px!important;height:28px!important;min-width:28px!important;font-size:12px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-travel-stop-label{
    font-size:6.6px!important;
  }
}
/* Samsung / compact portrait tablets, roughly 8–9 inch class. */
@media (min-width:600px) and (max-width:900px) and (orientation:portrait){
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-hero-poster-art{
    object-position:50% 78%!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-travel-top{
    top:16px!important;left:20px!important;right:20px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-travel-route{
    width:96%!important;
    padding-left:7px!important;
    padding-right:7px!important;
  }
  body.fzpe-focus-mode [data-fzpe-player].is-intro-step .fzpe-jerusalem-intro .fzpe-travel-stop-label{
    font-size:clamp(7px,1.15vw,9px)!important;
  }
}

/* v8.6.98 Mission 5 genuinely different game mechanics */
.fzpe-conveyor-window{overflow:hidden;border:3px solid #d8e1e8;border-radius:20px;background:linear-gradient(#f8fbfd,#eef4f7);padding:16px 0;margin:16px 0}
.fzpe-conveyor-track{display:flex;gap:14px;width:max-content;animation:fzpeConveyor 9s linear infinite;padding:4px 18px}
.fzpe-conveyor-item{width:132px;flex:0 0 132px;border:2px solid #d8e1e8;border-radius:18px;background:#fff;padding:8px;cursor:pointer;box-shadow:0 6px 14px rgba(15,39,66,.08)}
.fzpe-conveyor-item img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;display:block}
.fzpe-conveyor-item span{display:block;font-weight:900;color:var(--fzpe-navy);padding-top:6px}
.fzpe-conveyor-item:disabled{animation-play-state:paused}
@keyframes fzpeConveyor{0%{transform:translateX(0)}50%{transform:translateX(-25%)}100%{transform:translateX(0)}}
.fzpe-recipe-stage{margin:14px 0 18px;padding:18px;border-radius:22px;background:#fff8e8;border:2px dashed #e5b83b}
.fzpe-recipe-bowl{font-size:78px;line-height:1;margin-bottom:6px;animation:fzpeBowlWobble 1.4s ease-in-out infinite}
@keyframes fzpeBowlWobble{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}
.fzpe-falling-zone{position:relative;height:300px;overflow:hidden;border-radius:22px;background:linear-gradient(#dff3ff,#fff6db);border:2px solid #cddce6;margin:14px 0}
.fzpe-falling-item{position:absolute;top:8px;width:94px;border:2px solid #ccd8e0;border-radius:16px;background:#fff;padding:10px 6px;cursor:pointer;z-index:2;animation:fzpeFall 4.8s ease-in-out infinite}
.fzpe-falling-item span{display:block;font-size:38px}.fzpe-falling-item strong{display:block;font-size:14px;color:var(--fzpe-navy)}
.fzpe-fall-1{left:5%;animation-delay:-.6s}.fzpe-fall-2{left:28%;animation-delay:-2.1s}.fzpe-fall-3{left:53%;animation-delay:-3.1s}.fzpe-fall-4{left:76%;animation-delay:-1.2s}
@keyframes fzpeFall{0%{transform:translateY(-90px) rotate(-5deg)}50%{transform:translateY(170px) rotate(6deg)}100%{transform:translateY(-90px) rotate(-5deg)}}
.fzpe-guide-mouth{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);font-size:58px;z-index:1}
.fzpe-escape-locks{display:grid;gap:10px;text-align:left;margin:14px 0 18px}.fzpe-escape-locks span{padding:14px 16px;border-radius:14px;background:#eef5fb;border-left:5px solid var(--fzpe-gold);font-weight:800;color:var(--fzpe-navy)}
@media(max-width:520px){.fzpe-conveyor-item{width:108px;flex-basis:108px}.fzpe-falling-zone{height:250px}.fzpe-falling-item{width:78px}.fzpe-fall-4{left:72%}}


/* v8.6.99 — distinct live mini-game mechanics for Missions 2–4 */
.fzpe-character-stage,.fzpe-order-counter,.fzpe-street-voices,.fzpe-mystery-board,.fzpe-rescue-scene,.fzpe-panic-scene{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin:18px 0;padding:18px;border-radius:22px;background:#f6f9fc;border:2px solid #dce6ee}
.fzpe-character-bubble{display:flex;align-items:center;gap:10px;font-size:1.15rem}.fzpe-character-bubble span,.fzpe-character-food,.fzpe-order-counter span{font-size:2.2rem}
.fzpe-panic-meter{height:12px;border-radius:999px;background:#e5ebf0;overflow:hidden;margin:14px 0 18px}.fzpe-panic-meter i{display:block;height:100%;width:100%;background:#f5bd22;animation:fzpePanicMeter 5s linear infinite;transform-origin:left}
@keyframes fzpePanicMeter{from{transform:scaleX(1)}to{transform:scaleX(.08)}}
.fzpe-street-voices>div,.fzpe-mystery-board span{background:#fff;border:2px solid #dbe5ec;border-radius:16px;padding:12px 14px;font-weight:900;box-shadow:0 5px 12px rgba(15,39,66,.06)}
.fzpe-street-voices>div{display:grid;gap:4px;text-align:center;font-size:1.1rem}.fzpe-street-voices>div:first-child{font-size:1.35rem}
.fzpe-visual-hunt-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.fzpe-visual-hunt-tile{border:3px solid #dbe5ec;background:#fff;border-radius:18px;padding:8px;cursor:pointer}.fzpe-visual-hunt-tile img{width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:12px}.fzpe-visual-hunt-tile span{display:block;padding:7px 2px 2px;font-weight:900;color:var(--fzpe-navy)}
.fzpe-rescue-scene{font-size:3rem;position:relative}.fzpe-rescue-scene b{font-size:3rem}.fzpe-wrong-way-scene{position:relative;height:190px;margin:18px 0;border-radius:22px;background:linear-gradient(180deg,#e9f8ff 0 48%,#d7c7a6 48% 100%);overflow:hidden}.fzpe-wrong-way-scene .fzpe-walker{position:absolute;left:47%;bottom:30px;font-size:3rem;animation:fzpeWrongWalk 2.4s ease-in-out infinite}.fzpe-left-target,.fzpe-right-trap{position:absolute;bottom:30px;font-size:2.7rem}.fzpe-left-target{left:12%}.fzpe-right-trap{right:12%}@keyframes fzpeWrongWalk{0%,100%{transform:translateX(0)}50%{transform:translateX(55px)}}
.fzpe-quick-scene{font-size:3rem;text-align:center;margin:14px 0}.fzpe-panic-scene{font-size:2.6rem}
@media(max-width:520px){.fzpe-visual-hunt-grid{grid-template-columns:1fr 1fr}.fzpe-order-counter span{font-size:1.7rem}.fzpe-rescue-scene{font-size:2.3rem}}


/* v8.7.00 — Missions 1–6 learner polish + active Jerusalem market games */
/* Keep the yellow Start Practice button discoverable on phone-sized screens. */
@media (max-width:599px) and (orientation:portrait){
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-lesson-essential{gap:5px!important}
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-memory-hero-image img{height:clamp(205px,34dvh,300px)!important;object-fit:cover!important}
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-lesson-summary-card{padding:7px 10px!important;min-height:0!important}
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-summary-hebrew .fzpe-hebrew-large{font-size:clamp(34px,10vw,48px)!important;margin:0!important}
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-summary-meta{gap:1px!important}
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-summary-hook{font-size:13px!important;line-height:1.1!important}
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-pronunciation-large{font-size:20px!important}
  body.fzpe-focus-mode .fzpe-memory-remember .fzpe-meaning-large{font-size:15px!important}
  body.fzpe-focus-mode .fzpe-memory-ready-button{min-height:48px!important;margin-top:3px!important}
}

/* Listening picture grids: larger choices on compact tablets. JS limits the count; CSS gives them room. */
@media (min-width:600px) and (max-width:900px) and (orientation:portrait){
  .fzpe-listen-picture-choices{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .fzpe-listen-picture-choices button img{aspect-ratio:5/4!important;max-height:150px!important;object-fit:cover!important}
}
@media (max-width:599px) and (orientation:portrait){
  .fzpe-listen-picture-choices{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Animated first Hebrew Bricks lesson: visual right-to-left build. */
.fzpe-rtl-guide{display:flex;align-items:center;justify-content:center;gap:12px;margin:4px auto 10px;font-size:.82rem;font-weight:950;color:#64788b;letter-spacing:.06em}
.fzpe-rtl-guide b{font-size:2rem;color:#1b8e4a;animation:fzpeRtlArrow 1.2s ease-in-out infinite}
@keyframes fzpeRtlArrow{0%,100%{transform:translateX(8px)}50%{transform:translateX(-8px)}}
[data-fzpe-brick-animation="1"] .fzpe-hebrew-brick-tile{opacity:0;transform:translateX(26px) scale(.92);animation:fzpeBrickReveal .55s ease forwards}
[data-fzpe-brick-animation="1"] .fzpe-hebrew-brick-tile:nth-child(1){animation-delay:.7s}
[data-fzpe-brick-animation="1"] .fzpe-hebrew-brick-tile:nth-child(2){animation-delay:1.45s}
[data-fzpe-brick-animation="1"] .fzpe-hebrew-brick-tile:nth-child(3){animation-delay:2.2s}
@keyframes fzpeBrickReveal{to{opacity:1;transform:translateX(0) scale(1)}}
.fzpe-brick-spoken-line{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;font-size:1.15rem;margin:4px 0 16px;color:#38546c}.fzpe-brick-spoken-line b{color:#1b8e4a}

/* Mission 6 Mahane Yehuda motion games. */
.fzpe-market-card{background:linear-gradient(180deg,#fff 0%,#fffaf0 100%)}
.fzpe-price-drop-stage{position:relative;height:260px;overflow:hidden;border-radius:22px;margin:16px 0;background:linear-gradient(180deg,#e5f5ff 0 45%,#d8c29d 45% 100%);border:2px solid #d9e2e8}
.fzpe-price-tag{position:absolute;top:12px;width:120px;border:3px solid #d7a924;border-radius:16px;background:#fff4b9;padding:12px;cursor:pointer;box-shadow:0 8px 18px rgba(20,45,70,.12);animation:fzpePriceFall 3.5s ease-in-out infinite}
.fzpe-price-tag span{display:block;font-size:2rem;font-weight:950;color:#17395f}.fzpe-price-tag strong{font-size:1rem}.fzpe-price-cheap{left:18%;animation-delay:-.5s}.fzpe-price-expensive{right:18%;animation-delay:-2s}
@keyframes fzpePriceFall{0%{transform:translateY(-90px) rotate(-5deg)}55%{transform:translateY(170px) rotate(5deg)}100%{transform:translateY(-90px) rotate(-5deg)}}
.fzpe-market-belt{overflow:hidden;border:3px solid #dbc69d;border-radius:20px;background:#f5ead3;margin:16px 0;padding:16px 0}.fzpe-market-belt-track{display:flex;width:max-content;gap:16px;padding:0 18px;animation:fzpeMarketBelt 7s linear infinite}.fzpe-market-moving-item{width:112px;flex:0 0 112px;border:2px solid #dfd4bf;background:#fff;border-radius:18px;padding:11px;cursor:pointer}.fzpe-market-moving-item span{display:block;font-size:2.8rem}.fzpe-market-moving-item strong{display:block;margin-top:5px;color:#17395f}@keyframes fzpeMarketBelt{0%{transform:translateX(0)}50%{transform:translateX(-34%)}100%{transform:translateX(0)}}
.fzpe-bag-sort-stage{display:flex;justify-content:center;align-items:flex-end;gap:34px;margin:18px 0}.fzpe-bag-choice{border:2px solid #d5e0e8;background:#fff;border-radius:20px;padding:14px 20px;cursor:pointer;animation:fzpeBagBounce 1.7s ease-in-out infinite}.fzpe-bag-choice.is-small{transform:scale(.78);animation-delay:-.8s}.fzpe-bag-choice span{display:block;font-size:4rem}.fzpe-bag-choice b,.fzpe-bag-choice small{display:block;color:#17395f}.fzpe-bag-choice small{font-weight:900;margin-top:4px}@keyframes fzpeBagBounce{0%,100%{translate:0 0}50%{translate:0 -9px}}
.fzpe-stampede-stage{position:relative;height:280px;overflow:hidden;border:2px solid #d7e1e8;border-radius:22px;margin:16px 0;background:linear-gradient(180deg,#e7f6ff 0 44%,#cdb58e 44% 100%)}.fzpe-stampede-item{position:absolute;left:-110px;width:104px;border:2px solid #d4dee6;border-radius:17px;background:#fff;padding:9px;cursor:pointer;animation:fzpeStampede 5.2s linear infinite}.fzpe-stampede-item span{display:block;font-size:2.6rem}.fzpe-stampede-item strong{display:block;color:#17395f}.fzpe-stampede-1{top:18px;animation-delay:-1s}.fzpe-stampede-2{top:82px;animation-delay:-3.2s}.fzpe-stampede-3{top:145px;animation-delay:-2s}.fzpe-stampede-4{top:202px;animation-delay:-4.3s}@keyframes fzpeStampede{from{left:-115px;transform:rotate(-3deg)}to{left:calc(100% + 15px);transform:rotate(4deg)}}
@media(max-width:520px){.fzpe-price-cheap{left:8%}.fzpe-price-expensive{right:8%}.fzpe-price-tag{width:100px}.fzpe-bag-sort-stage{gap:16px}.fzpe-stampede-stage{height:250px}.fzpe-stampede-4{top:185px}}
@media(prefers-reduced-motion:reduce){.fzpe-price-tag,.fzpe-market-belt-track,.fzpe-bag-choice,.fzpe-stampede-item,.fzpe-rtl-guide b,[data-fzpe-brick-animation="1"] .fzpe-hebrew-brick-tile{animation:none!important;opacity:1!important;transform:none!important}}
/* Jerusalem chapter learner cards reuse the mission's own Jerusalem opening art instead of Tel Aviv imagery. */
.is-jerusalem-chapter[style*="--fzpe-place-image"] .fzpe-game-card:not(.fzpe-hebrew-brick-card){position:relative;overflow:hidden}
.is-jerusalem-chapter[style*="--fzpe-place-image"] .fzpe-game-card:not(.fzpe-hebrew-brick-card)::before{content:"";display:block;height:82px;margin:-22px -22px 14px;background-image:linear-gradient(rgba(16,37,58,.08),rgba(16,37,58,.18)),var(--fzpe-place-image);background-size:cover;background-position:center 58%;border-radius:24px 24px 0 0}
.is-jerusalem-chapter .fzpe-market-card::before{height:105px!important;background-position:center 62%!important}
@media(max-width:599px){.is-jerusalem-chapter[style*="--fzpe-place-image"] .fzpe-game-card:not(.fzpe-hebrew-brick-card)::before{height:68px;margin:-16px -16px 10px}.is-jerusalem-chapter .fzpe-market-card::before{height:86px!important}}


/* v8.7.01 — compact-tablet memory-card action visibility.
   Phone layout was already correct. Some 8–10 inch Android tablets are tagged
   as tablet devices and an older overflow:hidden rule clips Start Practice.
   Let only the teaching-card step scroll naturally and remove the oversized
   bottom scroll reserve on those tablets. */
@media (min-width:600px) and (max-width:900px) and (orientation:portrait){
  body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"]{
    overflow-x:hidden!important;
    overflow-y:auto!important;
    padding-bottom:4px!important;
    scroll-padding-bottom:8px!important;
    scrollbar-width:none;
  }
  body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"]::-webkit-scrollbar{display:none}
  body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-coach-card{
    padding-bottom:8px!important;
    margin-bottom:0!important;
  }
  body.fzpe-tablet-device.fzpe-focus-mode .fzpe-player-step[data-step-type="memory-remember"] .fzpe-memory-ready-button{
    margin-bottom:0!important;
  }
}


/* v8.7.02 — Challenge/review mission cards. */
.fzpe-review-challenge-card{max-width:760px;margin:0 auto;}
.fzpe-review-challenge-image{display:block;width:min(100%,620px);max-height:390px;object-fit:contain;margin:14px auto;border-radius:18px;}
.fzpe-review-challenge-card .fzpe-audio-button{margin:10px auto 14px;display:flex;}
@media (max-width:700px){.fzpe-review-challenge-image{max-height:280px}.fzpe-review-challenge-card{padding-bottom:12px}}

/* v8.7.03 — Mission 11 review/challenge: listen first, reveal mnemonic after success. */
.fzpe-review-challenge-card .fzpe-review-hear-button{display:flex;align-items:center;justify-content:center;gap:.45rem;width:min(100%,420px);margin:0 auto 1rem;font-weight:800}
.fzpe-review-confirmation{margin-top:1rem;text-align:center}
.fzpe-review-confirmation[hidden]{display:none!important}
.fzpe-review-confirmation .fzpe-review-challenge-image{display:block;max-width:min(100%,560px);max-height:36vh;object-fit:contain;margin:.5rem auto;border-radius:18px}
.fzpe-review-confirmation p{margin:.45rem 0 0;font-weight:800;color:#21834a}
.fzpe-review-audio-warning{text-align:center;font-weight:700;color:#697386;margin:.4rem 0 1rem}
.fzpe-review-start-grid{max-width:420px;margin-inline:auto}

/* v8.7.07 — Jerusalem Challenge action mechanics ------------------------- */
.fzpe-review-action{width:100%;margin:4px auto 0}
.fzpe-action-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}
.fzpe-action-choice-grid .fzpe-action-choice{min-height:92px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:850;overflow:hidden;position:relative}
.fzpe-action-icon{font-size:clamp(28px,8vw,44px);line-height:1}
.fzpe-action-label{font-size:clamp(16px,4.2vw,20px);line-height:1.15}

/* Cheap/expensive prices physically drop into the market. */
.fzpe-review-action-price-drop .fzpe-action-choice{background:#fff8dc;color:#4b3513;border:3px solid #e7be55;box-shadow:0 8px 0 #c99831;animation:fzpePriceDrop .58s cubic-bezier(.2,.9,.25,1.2) both}
.fzpe-review-action-price-drop .fzpe-action-choice:nth-child(2){animation-delay:.12s}
.fzpe-review-action-price-drop .fzpe-action-icon{font-size:38px}
@keyframes fzpePriceDrop{0%{transform:translateY(-70px) rotate(-5deg);opacity:0}70%{transform:translateY(8px) rotate(2deg);opacity:1}100%{transform:none;opacity:1}}

/* Market grab: targets move past like a lively stall/conveyor. */
.fzpe-review-action-conveyor-grab{overflow:hidden;padding:8px 0}
.fzpe-review-action-conveyor-grab .fzpe-action-choice-grid{display:flex;width:max-content;min-width:100%;gap:14px;animation:fzpeConveyor 7s linear infinite alternate}
.fzpe-review-action-conveyor-grab .fzpe-action-choice{width:128px;min-width:128px;background:#fff;border:3px solid #efb84a;color:#173a60;box-shadow:0 8px 18px rgba(18,54,86,.12)}
@keyframes fzpeConveyor{from{transform:translateX(0)}to{transform:translateX(-18%)}}

/* Old City gate/door choices feel like places to move through. */
.fzpe-review-action-gate .fzpe-action-choice,.fzpe-review-action-doors .fzpe-action-choice{min-height:150px;border-radius:54px 54px 12px 12px;background:linear-gradient(#f1d2a4,#c89b65);border:4px solid #9b6a3b;color:#342316;box-shadow:inset 0 0 0 5px rgba(255,255,255,.28),0 8px 18px rgba(71,46,24,.18)}
.fzpe-review-action-gate .fzpe-action-icon,.fzpe-review-action-doors .fzpe-action-icon{font-size:50px}
.fzpe-review-action-gate .fzpe-action-choice:active,.fzpe-review-action-doors .fzpe-action-choice:active{transform:perspective(400px) rotateY(-7deg) scale(.98)}

/* Western Wall: the note visibly heads toward a crack. */
.fzpe-note-wall{height:120px;margin:0 auto 10px;border-radius:18px;background:repeating-linear-gradient(0deg,#d7bc8b 0 35px,#af8f60 36px 39px);border:4px solid #9a784b;position:relative;overflow:hidden}
.fzpe-note-wall:before,.fzpe-note-wall:after{content:"";position:absolute;top:0;bottom:0;width:4px;background:#9a784b;opacity:.65}.fzpe-note-wall:before{left:33%}.fzpe-note-wall:after{left:66%}
.fzpe-wall-crack{position:absolute;left:50%;top:35%;width:6px;height:48px;background:#4d3b27;transform:rotate(6deg);border-radius:8px}
.fzpe-review-action-place-note .fzpe-action-choice-grid{grid-template-columns:1fr}
.fzpe-review-action-place-note .fzpe-action-choice{max-width:230px;margin:0 auto;background:#fffdf2;color:#28384a;border:3px solid #dbc77e;box-shadow:0 8px 18px rgba(0,0,0,.12);animation:fzpeNoteFloat 1.7s ease-in-out infinite alternate}
.fzpe-review-action-place-note .fzpe-action-icon{font-size:46px}
@keyframes fzpeNoteFloat{from{transform:translateY(0) rotate(-2deg)}to{transform:translateY(-9px) rotate(2deg)}}
.fzpe-review-action-place-note .fzpe-action-choice.is-correct{animation:fzpeNoteIntoWall .55s ease forwards}
@keyframes fzpeNoteIntoWall{to{transform:translateY(-126px) scale(.45);opacity:.25}}

/* Ben Yehuda spotlight: learner taps the performer rather than a translation tile. */
.fzpe-spotlight-stage{height:150px;border-radius:18px;background:linear-gradient(#17223d,#2e3d63);position:relative;display:flex;align-items:flex-end;justify-content:space-around;padding:18px 12px;overflow:hidden;margin-bottom:10px}
.fzpe-spotlight-stage .fzpe-performer{font-size:46px;filter:brightness(.55);z-index:2}
.fzpe-spotlight-beam{position:absolute;top:-15px;left:35%;width:130px;height:190px;background:linear-gradient(180deg,rgba(255,244,165,.75),rgba(255,244,165,.08));clip-path:polygon(42% 0,58% 0,100% 100%,0 100%);animation:fzpeSpotlight 2.6s ease-in-out infinite alternate}
@keyframes fzpeSpotlight{from{transform:translateX(-75px)}to{transform:translateX(115px)}}
.fzpe-review-action-spotlight .fzpe-action-choice-grid{grid-template-columns:1fr}
.fzpe-review-action-spotlight .fzpe-action-choice{background:#f9de66;color:#25334d;border:3px solid #d3ab24;max-width:260px;margin:0 auto}

/* Buying feels like grabbing something off a shop shelf. */
.fzpe-shop-awning{margin:0 auto 10px;padding:8px 12px;border-radius:12px 12px 4px 4px;background:repeating-linear-gradient(90deg,#fff 0 28px,#d94f4f 29px 56px);color:#173a60;font-weight:900;text-shadow:0 1px #fff}
.fzpe-review-action-buy-it .fzpe-action-choice{background:#fff7e8;border:3px solid #d9a247;color:#173a60}

/* Café modifiers become cup actions rather than abstract labels. */
.fzpe-review-action-with-without .fzpe-action-choice,.fzpe-review-action-temperature .fzpe-action-choice{background:#fff;border:3px solid #d9c4a1;color:#173a60;min-height:120px}
.fzpe-review-action-with-without .fzpe-action-choice:first-child .fzpe-action-icon:after{content:"🥛";font-size:25px;margin-left:4px}
.fzpe-review-action-temperature .fzpe-action-choice:first-child{box-shadow:inset 0 9px 18px rgba(255,165,70,.18)}
.fzpe-review-action-temperature .fzpe-action-choice:nth-child(2){box-shadow:inset 0 9px 18px rgba(87,169,255,.18)}

@media(max-width:520px){
  .fzpe-action-choice-grid{gap:9px}
  .fzpe-action-choice-grid .fzpe-action-choice{min-height:82px;padding:10px 8px}
  .fzpe-review-action-gate .fzpe-action-choice,.fzpe-review-action-doors .fzpe-action-choice{min-height:132px}
  .fzpe-note-wall{height:105px}
  .fzpe-spotlight-stage{height:128px}
}


/* v8.7.08 — Mission 11 compact answers + visible confirmation ---------- */
/* Ordinary blue review choices were too tall on phones/tablets. Keep them
   comfortable to tap, but free enough vertical space for the confirmation. */
.fzpe-review-challenge-card .fzpe-choice-grid:not(.fzpe-action-choice-grid) button{
  min-height:54px!important;
  padding:10px 14px!important;
  line-height:1.15!important;
}

/* After a correct review answer, remove the answer block from the layout.
   This deliberately collapses instead of merely hiding opacity, so the
   confirmation image rises into the visible area immediately. */
.fzpe-review-challenge-card .is-collapsed-after-correct{
  display:none!important;
}
.fzpe-review-challenge-card.is-review-correct .fzpe-game-instruction{
  margin-bottom:.35rem!important;
}
.fzpe-review-challenge-card.is-review-correct .fzpe-game-feedback{
  margin:.45rem 0 .35rem!important;
}
.fzpe-review-challenge-card.is-review-correct .fzpe-review-confirmation{
  margin-top:.35rem!important;
}
.fzpe-review-challenge-card.is-review-correct .fzpe-review-confirmation .fzpe-review-challenge-image{
  max-height:42vh;
  margin:.25rem auto!important;
}
.fzpe-review-continue{
  display:block;
  width:min(100%,420px);
  margin:.8rem auto 0;
}
.fzpe-review-continue[hidden]{display:none!important}

@media(max-width:700px){
  .fzpe-review-challenge-card .fzpe-choice-grid:not(.fzpe-action-choice-grid) button{
    min-height:50px!important;
    padding:9px 12px!important;
  }
  .fzpe-review-challenge-card.is-review-correct .fzpe-review-confirmation .fzpe-review-challenge-image{
    max-height:38vh;
  }
}


/* v8.7.10 — Hebrew Bricks continuation, Missions 7–10 */
.fzpe-growing-brick{position:relative;padding-top:34px!important}
.fzpe-brick-status{position:absolute;top:7px;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:.82rem;font-weight:950;letter-spacing:.045em;padding:6px 11px;border-radius:999px;background:#eef4f8;color:#587086;line-height:1.05}
.fzpe-growing-brick.is-new{border-color:#e4b74b;box-shadow:0 10px 28px rgba(185,139,25,.16)}
.fzpe-growing-brick.is-new .fzpe-brick-status{background:#fff0bf;color:#7c5900}
.fzpe-growing-brick.is-known .fzpe-brick-status{background:#e6f7eb;color:#23653b}
.fzpe-hebrew-chunk-row,.fzpe-brick-build-options{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:22px auto;max-width:720px}
.fzpe-hebrew-chunk-card{appearance:none;border:2px solid #d7e2ec;background:#fff;border-radius:20px;min-width:138px;padding:16px 22px;box-shadow:0 9px 24px rgba(20,45,70,.08);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;color:#17324d;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.fzpe-hebrew-chunk-card:hover,.fzpe-hebrew-chunk-card:focus-visible{transform:translateY(-2px);border-color:#6ca6d7;box-shadow:0 12px 28px rgba(20,45,70,.14)}
.fzpe-hebrew-chunk-card span{font-size:clamp(2.8rem,8vw,4.8rem);font-weight:950;line-height:1}
.fzpe-hebrew-chunk-card strong{font-size:1.15rem}.fzpe-hebrew-chunk-card small{color:#6d8194;font-weight:800}
.fzpe-brick-build-tray{display:flex;justify-content:center;gap:12px;margin:20px auto 10px;min-height:88px}
.fzpe-brick-build-tray span{display:grid;place-items:center;min-width:130px;padding:12px 20px;border-radius:18px;border:2px dashed #9db4c8;background:#f8fbfd;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:950;color:#17324d}
.fzpe-hebrew-chunk-card.is-build-token.is-correct{border-color:#3daa63;background:#edf9f0;transform:scale(.97)}
.fzpe-hebrew-chunk-card.is-build-token.is-wrong{border-color:#d95b55;background:#fff0ef;animation:fzpeBrickShake .32s ease}
@keyframes fzpeBrickShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-7px)}75%{transform:translateX(7px)}}
.fzpe-brick-read-result{margin:18px auto 8px;padding:16px;border-radius:20px;background:#eff8ff;border:2px solid #b8d9f2;max-width:520px;display:grid;gap:4px;place-items:center}
.fzpe-brick-read-result[hidden]{display:none!important}.fzpe-brick-read-result span{font-size:clamp(3rem,9vw,5.5rem);font-weight:950;line-height:1}.fzpe-brick-read-result strong{font-size:1.35rem;color:#17324d}.fzpe-brick-read-result small{font-size:1rem;color:#557087;font-weight:800}
@media(max-width:620px){.fzpe-growing-brick{padding-top:38px!important}.fzpe-brick-status{font-size:.70rem;padding:5px 8px}.fzpe-hebrew-chunk-card{min-width:118px;padding:13px 16px;border-radius:16px}.fzpe-brick-build-tray span{min-width:110px}.fzpe-hebrew-brick-row{align-items:stretch}}
\n\n/* v8.7.11 — Admin-only learner testing shortcuts. */\n.fzpe-admin-testbar{\n  position:fixed;\n  left:50%;\n  bottom:max(12px,env(safe-area-inset-bottom));\n  transform:translateX(-50%);\n  z-index:99999;\n  display:flex;\n  align-items:center;\n  gap:7px;\n  padding:8px 10px;\n  max-width:calc(100vw - 18px);\n  overflow-x:auto;\n  border:1px solid rgba(15,23,42,.16);\n  border-radius:15px;\n  background:rgba(255,255,255,.96);\n  box-shadow:0 10px 30px rgba(15,23,42,.20);\n  backdrop-filter:blur(10px);\n  -webkit-backdrop-filter:blur(10px);\n}\n.fzpe-admin-testbar-label{\n  flex:0 0 auto;\n  font-size:11px;\n  line-height:1;\n  font-weight:900;\n  letter-spacing:.05em;\n  text-transform:uppercase;\n  color:#64748b;\n}\n.fzpe-admin-testbar button{\n  flex:0 0 auto;\n  appearance:none;\n  border:0;\n  border-radius:10px;\n  padding:9px 11px;\n  background:#0f172a;\n  color:#fff;\n  font:inherit;\n  font-size:12px;\n  font-weight:800;\n  cursor:pointer;\n}\n.fzpe-admin-testbar button[data-fzpe-admin-bricks]{background:#7c3aed;}\n.fzpe-admin-testbar button:disabled{opacity:.42;cursor:not-allowed;}\n@media (max-width:560px){\n  .fzpe-admin-testbar{left:9px;right:9px;transform:none;justify-content:flex-start;}\n  .fzpe-admin-testbar-label{display:none;}\n  .fzpe-admin-testbar button{padding:8px 9px;font-size:11px;}\n}\n
/* v8.7.12 Hebrew Bricks completion navigation */
.fzpe-brick-continue{display:block;width:min(100%,460px);margin:18px auto 4px;border:0;border-radius:16px;padding:15px 22px;background:#1177d1;color:#fff;font:inherit;font-weight:900;font-size:1.05rem;box-shadow:0 8px 20px rgba(17,119,209,.18);cursor:pointer}
.fzpe-brick-continue[hidden]{display:none!important}

/* v8.7.14 — Hebrew Brick readability polish */
.fzpe-brick-status{
  font-size:.92rem;
  padding:7px 13px;
  letter-spacing:.035em;
}
@media(max-width:620px){
  .fzpe-growing-brick{padding-top:44px!important}
  .fzpe-brick-status{font-size:.84rem;padding:7px 10px;letter-spacing:.02em}
}

/* v8.7.18 — Guided Hebrew Bricks intro, Missions 7–10 */
.fzpe-guided-brick-replay{
  display:block;
  margin:10px auto 14px;
  border:1px solid #bfd5e8;
  border-radius:999px;
  padding:9px 14px;
  background:#f7fbff;
  color:#17324d;
  font:inherit;
  font-size:.92rem;
  font-weight:900;
  cursor:pointer;
}
.fzpe-growing-brick,
.fzpe-hebrew-brick-word{
  transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.fzpe-growing-brick.is-guided-active{
  transform:translateY(-4px) scale(1.035);
  box-shadow:0 0 0 4px rgba(17,119,209,.16),0 14px 28px rgba(20,45,70,.16);
}
.fzpe-growing-brick.is-guided-known{
  box-shadow:0 0 0 4px rgba(61,170,99,.18),0 14px 28px rgba(20,45,70,.14);
}
.fzpe-growing-brick.is-guided-new{
  box-shadow:0 0 0 4px rgba(228,183,75,.26),0 14px 28px rgba(20,45,70,.14);
}
.fzpe-hebrew-brick-word.is-guided-active{
  transform:scale(1.045);
  text-shadow:0 5px 18px rgba(17,119,209,.18);
}
@media(max-width:620px){
  .fzpe-guided-brick-replay{font-size:.86rem;padding:8px 12px;margin-top:8px}
}
