.puzzle-day-nav.svelte-xf9o2s{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;max-width:320px;margin:.5rem auto 0;padding-top:.75rem;border-top:1px solid color-mix(in srgb,var(--text-main) 10%,transparent)}.puzzle-day-nav__link.svelte-xf9o2s{font-family:var(--font-sans);font-size:.85rem;font-weight:600;color:var(--text-muted);text-decoration:none;padding:.25rem .4rem}.puzzle-day-nav__link.svelte-xf9o2s:hover{color:var(--accent);text-decoration:underline}.landing.svelte-1yjl7c4{width:100%;max-width:var(--content-width);padding:0 1.25rem 3rem;display:flex;flex-direction:column;align-items:center}.landing__hero.svelte-1yjl7c4{text-align:center;padding:1.5rem 0 1rem;width:100%;position:relative;overflow:hidden;animation:svelte-1yjl7c4-hero-enter .6s ease-out both}@keyframes svelte-1yjl7c4-hero-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.landing__tagline.svelte-1yjl7c4{font-size:clamp(.9rem,2.5vmin,1.05rem);color:var(--text-main);opacity:.8;margin-bottom:1rem;font-weight:500;letter-spacing:.01em}.landing__streak.svelte-1yjl7c4{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--text-main);background:color-mix(in srgb,var(--accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);border-radius:999px;padding:.3rem .85rem;margin:0 0 .85rem}.landing__streak.svelte-1yjl7c4 strong:where(.svelte-1yjl7c4){color:var(--accent);font-weight:700}.hero__cta.svelte-1yjl7c4{display:flex;flex-direction:column;align-items:center;gap:.5rem}.landing__play-btn.svelte-1yjl7c4{font-size:1.2rem;font-weight:700;letter-spacing:.04em;padding:1rem 3rem;border:none;border-radius:16px;cursor:pointer;display:inline-flex;align-items:center;gap:.6rem;background:var(--accent);color:var(--text-on-color);box-shadow:0 4px 16px color-mix(in srgb,var(--accent) 35%,transparent),0 1px 3px #0000001a;transition:transform .15s ease,box-shadow .15s ease;animation:svelte-1yjl7c4-btn-breathe 3s .8s ease-in-out infinite}.landing__play-btn.svelte-1yjl7c4:hover{transform:translateY(-2px);box-shadow:0 8px 24px color-mix(in srgb,var(--accent) 45%,transparent),0 2px 6px #0000001f}.landing__play-btn.svelte-1yjl7c4:active{transform:translateY(1px);box-shadow:0 2px 8px color-mix(in srgb,var(--accent) 30%,transparent);animation:none}.landing__play-btn--secondary.svelte-1yjl7c4{font-size:1rem;padding:.75rem 2rem;background:transparent;color:var(--accent);border:1.5px solid color-mix(in srgb,var(--accent) 50%,transparent);box-shadow:none;animation:none;opacity:.85;text-decoration:none;margin-top:.75rem}.landing__play-btn--secondary.svelte-1yjl7c4:hover{opacity:1;transform:translateY(-1px);box-shadow:0 2px 8px color-mix(in srgb,var(--accent) 20%,transparent);border-color:var(--accent)}.landing__play-btn--secondary.svelte-1yjl7c4:active{transform:translateY(1px);box-shadow:none}@keyframes svelte-1yjl7c4-btn-breathe{0%,to{box-shadow:0 4px 16px color-mix(in srgb,var(--accent) 35%,transparent),0 1px 3px #0000001a,0 0 color-mix(in srgb,var(--accent) 0%,transparent)}50%{box-shadow:0 4px 16px color-mix(in srgb,var(--accent) 35%,transparent),0 1px 3px #0000001a,0 0 0 6px color-mix(in srgb,var(--accent) 15%,transparent)}}.divider.svelte-1yjl7c4{width:100%;max-width:480px;display:flex;align-items:center;justify-content:center;margin:1.25rem 0;gap:1rem;opacity:0;animation:slide-appear .4s .5s ease-out forwards}.divider.svelte-1yjl7c4:before,.divider.svelte-1yjl7c4:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,var(--border),transparent)}.divider__icon.svelte-1yjl7c4{color:var(--accent);opacity:.5;display:flex}.divider__dot.svelte-1yjl7c4{width:5px;height:5px;border-radius:50%;background:var(--accent);opacity:.4}.landing__section.svelte-1yjl7c4{width:100%;max-width:480px;opacity:0;animation:slide-appear .5s ease-out forwards}.landing__section.svelte-1yjl7c4+.landing__section:where(.svelte-1yjl7c4){margin-top:2.5rem}.landing__section-title-link.svelte-1yjl7c4{text-decoration:none;color:inherit}.landing__section-title.svelte-1yjl7c4{font-size:.8rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}.steps.svelte-1yjl7c4{display:flex;flex-direction:column;gap:.5rem}.step.svelte-1yjl7c4{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem;background:var(--cell-bg);border:1px solid var(--border);border-radius:12px;opacity:0;animation:slide-appear .4s ease-out forwards}.step__num.svelte-1yjl7c4{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--accent) 15%,var(--cell-bg));border:2px solid var(--accent);border-radius:8px;font-weight:700;font-size:.8rem;color:var(--accent);margin-top:1px}.step__text.svelte-1yjl7c4{color:var(--text-main);opacity:.8;line-height:1.55;font-size:.88rem;margin:0;text-align:left}.faq-list.svelte-1yjl7c4{display:flex;flex-direction:column;gap:.35rem}.faq-item.svelte-1yjl7c4{background:var(--cell-bg);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s}.faq-item.svelte-1yjl7c4:hover,.faq-item--open.svelte-1yjl7c4{border-color:var(--accent)}.faq-item__header.svelte-1yjl7c4{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem .85rem;gap:.5rem;text-align:left;background:none;border:none;color:inherit;font:inherit;cursor:pointer}.faq-item__q.svelte-1yjl7c4{font-weight:600;font-size:.9rem;color:var(--text-main);margin:0}.faq-item__chevron.svelte-1yjl7c4{flex-shrink:0;color:var(--accent);transition:transform .25s ease;display:flex}.faq-item--open.svelte-1yjl7c4 .faq-item__chevron:where(.svelte-1yjl7c4){transform:rotate(180deg)}.faq-item__a.svelte-1yjl7c4{font-size:.85rem;color:var(--text-main);opacity:.75;line-height:1.55;margin:0;padding:0 .85rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item--open.svelte-1yjl7c4 .faq-item__a:where(.svelte-1yjl7c4){max-height:12rem;padding:0 .85rem .85rem}@media(max-height:600px){.landing__hero.svelte-1yjl7c4{padding:.75rem 0 .5rem}.landing__tagline.svelte-1yjl7c4{margin-bottom:1rem}.divider.svelte-1yjl7c4{margin:.75rem 0}}.shared-layout-wrapper.svelte-yo8la4{width:100%;flex:1;min-height:0;display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:1rem;max-width:1200px}.game-content.svelte-yo8la4{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;padding-top:.5rem;overflow:visible}.ad-banner.svelte-yo8la4,.ad-banner-fixed.svelte-yo8la4,.ad-sidebar.svelte-yo8la4{background:var(--cell-bg);border:1px dashed var(--border);border-radius:var(--radius-md);display:none;align-items:center;justify-content:center;color:var(--border);font-family:var(--font-sans);font-size:.8rem;text-transform:uppercase;font-weight:700;flex-shrink:0}.ad-sidebar.svelte-yo8la4:after,.ad-banner.svelte-yo8la4:after,.ad-banner-fixed.svelte-yo8la4:after{content:"ADVERTISEMENT";opacity:.5}.ad-sidebar.svelte-yo8la4{width:160px;height:600px;margin-top:1rem}.ad-banner.svelte-yo8la4{width:320px;height:50px;margin:.5rem auto 0}.ad-banner-fixed.svelte-yo8la4{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:320px;height:50px;z-index:50;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}@media(min-width:1024px){.ad-sidebar.svelte-yo8la4{display:flex}}@media(max-width:1023px){.ad-banner.svelte-yo8la4,.ad-banner-fixed.svelte-yo8la4{display:flex}}.tut-wrap.svelte-9qxuax{width:calc(100% - 16px);max-width:360px;display:flex;flex-direction:column;align-items:center;animation:slide-appear .3s ease-out}.tut-header.svelte-9qxuax,.tut-board.svelte-9qxuax{width:100%;max-width:min(300px,45vh)}.tut-header.svelte-9qxuax{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.tut-header__title.svelte-9qxuax{font-family:var(--font-sans);font-size:1.15rem;font-weight:700;color:var(--text-main);margin:0}.tut-header__close.svelte-9qxuax{position:static;width:1.75rem;height:1.75rem;font-size:1.15rem;border-radius:50%;transition:opacity .15s}.tut-wrap.svelte-9qxuax .hint{padding:.5rem .75rem;margin-bottom:4px}.tut-hint-hidden.svelte-9qxuax .hint{opacity:.15}.tut-wrap.svelte-9qxuax .grid-area{pointer-events:none}.tut-grid-interactive.svelte-9qxuax .grid-area{pointer-events:auto}.tut-wrap.svelte-9qxuax .lives-counter{display:none}.tut-lives-visible.svelte-9qxuax .lives-counter{display:flex}.tut-steps.svelte-9qxuax{width:100%}.tut-text-area.svelte-9qxuax{margin-top:.5rem;display:flex;flex-direction:column;justify-content:flex-start}.step.svelte-9qxuax{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;animation:slide-appear .3s ease-out}.step.svelte-9qxuax h3:where(.svelte-9qxuax){font-family:var(--font-sans);margin-top:0;margin-bottom:.25rem;color:var(--text-main)}.step.svelte-9qxuax p:where(.svelte-9qxuax){color:var(--text-main);opacity:.9;line-height:1.4;margin-bottom:.5rem}.letter-badge.svelte-9qxuax{display:inline-flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;background:color-mix(in srgb,var(--accent) 15%,var(--cell-bg));border:2.5px solid var(--accent);border-radius:5px;font-weight:700;font-family:var(--font-sans);font-size:.85em;color:var(--accent);vertical-align:middle;margin:0 .1em;line-height:1;animation:svelte-9qxuax-badge-breathe 1.5s ease-in-out infinite}@keyframes svelte-9qxuax-badge-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.success-message.svelte-9qxuax{color:var(--game-correct)!important;font-weight:700}.tut-actions.svelte-9qxuax{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;border-top:1px solid var(--border);padding-top:.5rem;margin-top:.35rem;-webkit-user-select:none;user-select:none}.tut-glow-tap .cell__inner{animation:tut-tap-bounce 1.5s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.tut-glow-tap .cell__tile{animation:tut-tap-fill 1.5s ease-in-out infinite!important;stroke:var(--accent)!important;vector-effect:non-scaling-stroke}.tut-glow-tap .cell__letter{animation:tut-tap-letter 1.5s ease-in-out infinite}@keyframes tut-tap-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes tut-tap-fill{0%,to{fill:color-mix(in srgb,var(--accent) 18%,var(--cell-bg));stroke-width:4px}50%{fill:color-mix(in srgb,var(--accent) 45%,var(--cell-bg));stroke-width:9px}}@keyframes tut-tap-letter{0%,to{fill:var(--accent)}50%{fill:var(--text-main)}}.tut-glow-target .cell__inner{animation:tut-target-bounce 1.2s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.tut-glow-target .cell__tile{animation:tut-target-fill 1.2s ease-in-out infinite!important;stroke:var(--accent)!important;vector-effect:non-scaling-stroke}.tut-glow-target .cell__letter{animation:tut-target-letter 1.2s ease-in-out infinite}@keyframes tut-target-bounce{0%,to{transform:scale(1)}40%{transform:scale(1.14)}60%{transform:scale(.97)}}@keyframes tut-target-fill{0%,to{fill:color-mix(in srgb,var(--accent) 22%,var(--cell-bg));stroke-width:4px}40%{fill:color-mix(in srgb,var(--accent) 50%,var(--cell-bg));stroke-width:10px}}@keyframes tut-target-letter{0%,to{fill:var(--accent)}40%{fill:var(--text-main)}}.retry-message.svelte-7ql4h8{font-family:var(--font-sans);font-size:1.05rem;color:var(--text-main);margin:0 0 1.25rem;text-align:center;line-height:1.4}.retry-actions.svelte-7ql4h8{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;padding-bottom:.25rem}.primary-btn.svelte-7ql4h8:disabled{cursor:wait;opacity:.55}.hangman-drawing.svelte-tugbw0{width:100%;max-width:260px;height:auto;color:var(--text-main)}.part.svelte-tugbw0{animation:svelte-tugbw0-draw-in .3s ease-out}@keyframes svelte-tugbw0-draw-in{0%{opacity:0;transform:scale(.8);transform-origin:center}to{opacity:1;transform:scale(1)}}.keyboard.svelte-demjlt{background:var(--hangman-tray);margin:0 calc(-1*env(safe-area-inset-left)) calc(-1*env(safe-area-inset-bottom)) calc(-1*env(safe-area-inset-right));width:calc(100% + env(safe-area-inset-left) + env(safe-area-inset-right));padding:10px calc(4px + env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) calc(4px + env(safe-area-inset-right));margin-top:auto}.keyboard.svelte-demjlt .key:where(.svelte-demjlt){box-shadow:none}.keyboard.svelte-demjlt .key--correct:where(.svelte-demjlt){background:var(--game-correct);color:#fff;border-color:var(--game-correct-border)}.keyboard.svelte-demjlt .key--wrong:where(.svelte-demjlt){background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent);border-color:transparent;opacity:.7}.endgame__title.svelte-e7a36t{color:var(--game-wrong)}.endgame__title--won.svelte-e7a36t{color:var(--game-correct)}.endgame__result.svelte-e7a36t{display:flex;gap:6px;justify-content:center}.dot.svelte-e7a36t{width:14px;height:14px;border-radius:50%}.dot--green.svelte-e7a36t{background:var(--game-correct)}.dot--red.svelte-e7a36t{background:var(--game-wrong)}.endgame__message.svelte-e7a36t,.endgame__reveal.svelte-e7a36t{font-size:1.05rem;color:var(--text-main);margin:0;text-align:center}.endgame__reveal.svelte-e7a36t strong:where(.svelte-e7a36t){letter-spacing:.15em;font-size:1.2rem}.hero__gallows.svelte-14uzbdh{display:flex;justify-content:center;margin-bottom:.75rem}.hero__svg.svelte-14uzbdh{width:clamp(80px,20vmin,120px);height:auto;color:var(--text-main);opacity:0;animation:svelte-14uzbdh-gallows-fade .8s ease-out .3s forwards}@keyframes svelte-14uzbdh-gallows-fade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.preview.svelte-14uzbdh{display:flex;justify-content:center;gap:6px;margin-bottom:1.25rem}.preview__cell.svelte-14uzbdh{position:relative;width:clamp(28px,7vmin,36px);height:clamp(34px,8vmin,44px);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:clamp(.9rem,2.5vmin,1.1rem);color:var(--text-main);opacity:.4}.preview__underline.svelte-14uzbdh{position:absolute;left:0;right:0;bottom:0;width:100%;height:7px;color:var(--text-muted)}.preview__cell--revealed.svelte-14uzbdh{color:var(--accent);opacity:1}.preview__cell--revealed.svelte-14uzbdh .preview__underline:where(.svelte-14uzbdh){color:var(--accent)}@media(max-height:600px){.hero__gallows.svelte-14uzbdh{margin-bottom:.35rem}.hero__svg.svelte-14uzbdh{width:60px}.preview.svelte-14uzbdh{display:none}}.hangman-game.svelte-13niagg{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px;flex:1;min-height:0}.game-top.svelte-13niagg{display:flex;flex-direction:column;align-items:center;flex:1;min-height:0;width:100%;gap:.5rem}.category-bar.svelte-13niagg{font-family:var(--font-sans);font-size:1rem;padding:.5rem 1rem;background:var(--game-focus-tint);border-radius:var(--radius-md);border:1.5px solid var(--border);text-align:center;width:fit-content}.category-label.svelte-13niagg{font-weight:600;color:var(--text-main);opacity:.7;margin-right:.35rem}.category-value.svelte-13niagg{font-weight:700;color:var(--text-main)}.clue-bar--locked.svelte-13niagg{font-family:var(--font-sans);font-size:.8rem;opacity:.45;text-align:center}.clue-revealed.svelte-13niagg{animation:svelte-13niagg-clue-btn-appear .4s ease-out}.clue-btn.svelte-13niagg{cursor:pointer;border-color:var(--accent);color:var(--accent);font-weight:600;animation:svelte-13niagg-clue-btn-appear .4s ease-out;transition:transform .1s ease}.clue-btn.svelte-13niagg:active{transform:scale(.95)}@keyframes svelte-13niagg-clue-btn-appear{0%{opacity:0;transform:scale(.8) translateY(-4px)}50%{transform:scale(1.05) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}.drawing-area.svelte-13niagg{display:flex;justify-content:center;flex-shrink:1;min-height:0}.word-display.svelte-13niagg{display:flex;gap:clamp(4px,1.2vw,8px);justify-content:center;width:100%;padding:.5rem}.letter-slot.svelte-13niagg{position:relative;flex:1 1 0;min-width:0;max-width:clamp(40px,9vw,56px);height:clamp(44px,10vw,60px);display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-weight:700;font-size:clamp(1.4rem,6vw,2.2rem);color:var(--text-main)}.letter-slot__char.svelte-13niagg{display:inline-block}.letter-slot__underline.svelte-13niagg{position:absolute;left:0;right:0;bottom:0;width:100%;height:7px;color:var(--text-muted);transition:color .2s ease}.letter-slot--filled.svelte-13niagg .letter-slot__underline:where(.svelte-13niagg){color:var(--game-correct)}.letter-slot--reveal.svelte-13niagg .letter-slot__underline:where(.svelte-13niagg){color:var(--game-wrong)}.letter-slot--filled.svelte-13niagg .letter-slot__char:where(.svelte-13niagg){animation:svelte-13niagg-letter-pop .25s ease-out}.letter-slot--victory.svelte-13niagg{animation:svelte-13niagg-victory-wave .5s ease-out both}.letter-slot__answer.svelte-13niagg{color:var(--game-wrong);opacity:.7}@keyframes svelte-13niagg-letter-pop{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes svelte-13niagg-victory-wave{0%{transform:scale(1) translateY(0)}30%{transform:scale(1.15) translateY(-6px)}60%{transform:scale(.95) translateY(2px)}to{transform:scale(1) translateY(0);color:var(--game-correct)}}@media(max-height:500px){.drawing-area.svelte-13niagg svg{max-width:120px}}
