.word-guess.svelte-ap9h9{flex-direction:column;align-items:center;width:100%;max-width:28rem;display:flex}.word-guess__toolbar.svelte-ap9h9{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.25rem;display:flex}.word-guess__toolbar-actions.svelte-ap9h9{align-items:center;gap:.5rem;display:flex}.sr-only.svelte-ap9h9{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.word-guess__select-wrap.svelte-ap9h9{display:inline-flex;position:relative}.word-guess__lang-select.svelte-ap9h9{appearance:none;font-family:var(--font-body);color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:calc(var(--radius) - 6px);cursor:pointer;padding:.5rem 1.9rem .5rem .7rem;font-size:.9rem}.word-guess__select-chevron.svelte-ap9h9{width:14px;height:14px;color:var(--graphite);pointer-events:none;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.icon-btn.svelte-ap9h9{border:1px solid var(--line);background:var(--surface);border-radius:calc(var(--radius) - 6px);width:2.25rem;height:2.25rem;color:var(--graphite);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.icon-btn.svelte-ap9h9:hover{color:var(--pine);border-color:var(--pine)}.icon-btn.svelte-ap9h9:disabled{opacity:.35;cursor:default;pointer-events:none}.icon-btn.svelte-ap9h9 svg:where(.svelte-ap9h9){width:18px;height:18px}.word-guess__spinner.svelte-ap9h9{border:3px solid var(--line);border-top-color:var(--pine);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite svelte-ap9h9-spin}@keyframes svelte-ap9h9-spin{to{transform:rotate(360deg)}}.board.svelte-ap9h9{flex-direction:column;gap:6px;width:100%;margin-bottom:.25rem;display:flex}.row.svelte-ap9h9{grid-template-columns:repeat(5,1fr);gap:6px;display:grid}.row--shake.svelte-ap9h9{animation:.5s svelte-ap9h9-shake}.row--win.svelte-ap9h9 .tile:where(.svelte-ap9h9){animation:.5s svelte-ap9h9-bounce}@keyframes svelte-ap9h9-shake{10%,90%{transform:translate(-2px)}20%,80%{transform:translate(4px)}30%,50%,70%{transform:translate(-8px)}40%,60%{transform:translate(8px)}}@keyframes svelte-ap9h9-bounce{0%,to{transform:translateY(0)}30%{transform:translateY(-14px)}50%{transform:translateY(0)}70%{transform:translateY(-6px)}}.tile.svelte-ap9h9{aspect-ratio:1;font-family:var(--font-display);text-transform:uppercase;color:var(--ink);background:var(--line);border:1px solid color-mix(in srgb, var(--line), var(--graphite) 30%);border-radius:calc(var(--radius) - 6px);cursor:default;justify-content:center;align-items:center;font-size:clamp(1.1rem,5vw,1.5rem);font-weight:600;display:flex;position:relative}.tile[role=button].svelte-ap9h9{cursor:pointer}.tile[data-filled=true].svelte-ap9h9{background:var(--surface);border-width:2px;border-color:var(--graphite);animation:.1s svelte-ap9h9-pop}.tile[data-hinted=true].svelte-ap9h9{border-color:var(--amber);background:color-mix(in srgb, var(--amber) 12%, var(--surface));border-style:dashed}.tile[data-active=true].svelte-ap9h9{border-width:2px;border-color:var(--pine)}@keyframes svelte-ap9h9-pop{0%{transform:scale(.9)}50%{transform:scale(1.05)}to{transform:scale(1)}}.tile[data-status].svelte-ap9h9{animation:.45s both svelte-ap9h9-flip}@keyframes svelte-ap9h9-flip{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}51%{transform:rotateX(90deg)}to{transform:rotateX(0)}}.tile[data-status=correct].svelte-ap9h9{background:color-mix(in srgb, var(--pine), black 25%);border-color:color-mix(in srgb, var(--pine), black 25%);color:var(--on-accent)}.tile[data-status=present].svelte-ap9h9{background:var(--amber);border-color:var(--amber);color:#1b1d1f}.tile[data-status=absent].svelte-ap9h9{background:color-mix(in srgb, var(--graphite), black 30%);border-color:color-mix(in srgb, var(--graphite), black 30%);color:var(--on-accent)}.tile__mark.svelte-ap9h9{opacity:.85;width:11px;height:11px;position:absolute;bottom:3px;right:3px}.tile__mark--dot.svelte-ap9h9{background:currentColor;border-radius:50%}.word-guess__status.svelte-ap9h9{min-height:1.5rem;margin-bottom:.25rem}.word-guess__message.svelte-ap9h9{color:var(--rust);text-align:center;margin:0;font-size:.85rem}.word-guess__modal-backdrop.svelte-ap9h9{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1.25rem;animation:.2s both svelte-ap9h9-fade-in;display:flex;position:fixed;inset:0}@keyframes svelte-ap9h9-fade-in{0%{opacity:0}to{opacity:1}}.word-guess__modal.svelte-ap9h9{background:var(--surface);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:22rem;padding:2rem 1.75rem;animation:.22s both svelte-ap9h9-modal-in;display:flex;position:relative;box-shadow:0 20px 50px #00000040}.word-guess__modal--wide.svelte-ap9h9{max-width:24rem}.word-guess__modal-title.svelte-ap9h9{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.2rem}.word-guess__modal-subtitle.svelte-ap9h9{color:var(--graphite);margin:0;font-size:.85rem}.word-guess__modal-close.svelte-ap9h9{width:2rem;height:2rem;color:var(--graphite);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.9rem;right:.9rem}.word-guess__modal-close.svelte-ap9h9:hover{color:var(--pine)}.word-guess__modal-close.svelte-ap9h9 svg:where(.svelte-ap9h9){width:16px;height:16px}.word-guess__lang-grid.svelte-ap9h9{grid-template-columns:repeat(2,1fr);gap:.6rem;width:100%;display:grid}.word-guess__lang-option.svelte-ap9h9{appearance:none;font-family:var(--font-body);border:1px solid var(--line);border-radius:calc(var(--radius) - 6px);background:var(--surface);color:var(--ink);cursor:pointer;padding:.7rem .5rem;font-size:.9rem;font-weight:600}.word-guess__lang-option.svelte-ap9h9:hover{border-color:var(--pine);color:var(--pine)}.word-guess__howto-row.svelte-ap9h9{justify-content:center;gap:1rem;width:100%;display:flex}.tile-demo.svelte-ap9h9{flex-direction:column;flex:1;align-items:center;gap:.4rem;display:flex}.tile-demo.svelte-ap9h9 .tile:where(.svelte-ap9h9){width:100%;max-width:3.75rem}.tile-demo__caption.svelte-ap9h9{color:var(--graphite);text-align:center;margin:0;font-size:.72rem;line-height:1.25}@media (prefers-reduced-motion:reduce){.tile-demo.svelte-ap9h9 .tile[data-status]:where(.svelte-ap9h9),.word-guess__modal-backdrop.svelte-ap9h9,.word-guess__modal.svelte-ap9h9{animation:none}}@keyframes svelte-ap9h9-modal-in{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.word-guess__result-text.svelte-ap9h9{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.25rem}.word-guess__stats.svelte-ap9h9{color:var(--graphite);margin:0;font-size:.85rem}.btn.svelte-ap9h9{appearance:none;font-family:var(--font-body);border-radius:calc(var(--radius) - 4px);cursor:pointer;border:none;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;transition:filter .15s}.btn--primary.svelte-ap9h9{background:var(--pine);color:var(--on-accent)}.btn--primary.svelte-ap9h9:hover{filter:brightness(.92)}.keyboard.svelte-ap9h9{border-radius:4px;flex-direction:column;width:100%;display:flex;overflow:hidden}.keyboard__row.svelte-ap9h9{display:flex}.key.svelte-ap9h9{appearance:none;border:none;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-family:var(--font-body);background:var(--pine-soft);min-width:24px;min-height:44px;color:var(--ink);cursor:pointer;flex:1;justify-content:center;align-items:center;padding:0 .3rem;font-size:.8rem;font-weight:600;display:inline-flex}.keyboard__row.svelte-ap9h9 .key:where(.svelte-ap9h9):last-child{border-right:none}.keyboard__row.svelte-ap9h9:last-child .key:where(.svelte-ap9h9){border-bottom:none}.key.svelte-ap9h9:focus-visible{box-shadow:inset 0 0 0 2px var(--pine);outline:none}.key--wide.svelte-ap9h9{flex:1.6}.key.svelte-ap9h9 svg:where(.svelte-ap9h9){width:16px;height:16px}.key[data-status=correct].svelte-ap9h9{background:var(--pine);color:var(--on-accent)}.key[data-status=present].svelte-ap9h9{background:var(--amber);color:var(--on-accent)}.key[data-status=absent].svelte-ap9h9{background:var(--graphite);color:var(--on-accent);opacity:.6}@media (width<=560px){.keyboard.svelte-ap9h9{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);width:calc(100% + 3rem);margin:0 -1.5rem -2rem}}
