.whistledle-module__Q0sOAG__whistledle{flex-direction:column;align-items:center;gap:1rem;padding-bottom:0;display:flex;position:relative}.whistledle-module__Q0sOAG__whistledle__loading{text-align:center;color:var(--muted);font-style:italic;font-family:var(--font-display);padding:4rem 0}.whistledle-module__Q0sOAG__whistledle__header{justify-content:space-between;align-items:center;width:100%;max-width:32rem;margin-top:.75rem;display:flex}@media (min-width:768px){.whistledle-module__Q0sOAG__whistledle__header{justify-content:flex-end}.whistledle-module__Q0sOAG__whistledle__title{display:none}}.whistledle-module__Q0sOAG__whistledle__title{font-family:var(--font-display);letter-spacing:-.022em;margin:0;font-size:1.5rem;font-weight:400;line-height:1}.whistledle-module__Q0sOAG__whistledle__title-accent{color:var(--accent);font-style:italic}.whistledle-module__Q0sOAG__whistledle__toast{background:var(--fg);color:var(--bg);letter-spacing:.04em;white-space:nowrap;z-index:10;pointer-events:none;border-radius:9999px;padding:.5rem 1rem;font-size:12px;position:absolute;top:4rem;left:50%;transform:translate(-50%)}.whistledle-module__Q0sOAG__whistledle__board-area{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (max-width:767px){.whistledle-module__Q0sOAG__whistledle{z-index:0;padding-top:5.5rem;padding-inline:1.5rem;padding-bottom:calc(env(safe-area-inset-bottom,0px) + .85rem);position:fixed;inset:2rem 0 0;overflow:hidden}.whistledle-module__Q0sOAG__whistledle__board-area{flex:1;justify-content:center;width:100%;min-height:0}.whistledle-module__Q0sOAG__whistledle__header{max-width:none}}.whistledle-module__Q0sOAG__whistledle__board{flex-direction:column;gap:.4rem;display:flex}.whistledle-module__Q0sOAG__whistledle__row{justify-content:center;gap:.4rem;display:flex}.whistledle-module__Q0sOAG__whistledle__row--shake{animation:.4s ease-in-out whistledle-module__Q0sOAG__whistledle-shake}@keyframes whistledle-module__Q0sOAG__whistledle-shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.whistledle-module__Q0sOAG__whistledle__cell{--cell-bg:transparent;--cell-fg:var(--fg);--cell-border:var(--line);border:2px solid var(--cell-border);background:var(--cell-bg);width:2.25rem;height:2.25rem;color:var(--cell-fg);font-family:var(--font-display);text-transform:uppercase;-webkit-user-select:none;user-select:none;border-radius:4px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:400;transition:border-color .12s,transform .12s;display:flex}@media (min-width:380px){.whistledle-module__Q0sOAG__whistledle__cell{width:2.75rem;height:2.75rem;font-size:1.4rem}}@media (min-width:480px){.whistledle-module__Q0sOAG__whistledle__cell{width:3.25rem;height:3.25rem;font-size:1.7rem}}@media (max-width:767px){.whistledle-module__Q0sOAG__whistledle__cell{--whistledle-cell-fit:calc((100vw - 2.5rem - (var(--word-length,5) - 1) * .4rem) / var(--word-length,5));width:min(2.2rem, var(--whistledle-cell-fit));height:min(2.2rem, var(--whistledle-cell-fit))}}.whistledle-module__Q0sOAG__whistledle__cell--filled{--cell-border:var(--fg);animation:.14s whistledle-module__Q0sOAG__whistledle-pop}@keyframes whistledle-module__Q0sOAG__whistledle-pop{0%{transform:scale(.85)}60%{transform:scale(1.06)}to{transform:scale(1)}}.whistledle-module__Q0sOAG__whistledle__cell--correct{--cell-bg:var(--whistledle-correct);--cell-fg:var(--whistledle-correct-fg);--cell-border:var(--whistledle-correct)}.whistledle-module__Q0sOAG__whistledle__cell--present{--cell-bg:var(--whistledle-present);--cell-fg:var(--whistledle-present-fg);--cell-border:var(--whistledle-present)}.whistledle-module__Q0sOAG__whistledle__cell--absent{--cell-bg:var(--whistledle-absent);--cell-fg:var(--whistledle-absent-fg);--cell-border:var(--whistledle-absent-border)}.whistledle-module__Q0sOAG__whistledle__cell--reveal{animation:.6s cubic-bezier(.55,0,.45,1) both whistledle-module__Q0sOAG__whistledle-reveal}@keyframes whistledle-module__Q0sOAG__whistledle-reveal{0%{color:var(--fg);border-color:var(--fg);background:0 0;transform:rotateX(0)}49.999%{color:var(--fg);border-color:var(--fg);background:0 0;transform:rotateX(-90deg)}50%{background:var(--cell-bg);color:var(--cell-fg);border-color:var(--cell-border);transform:rotateX(-90deg)}to{background:var(--cell-bg);color:var(--cell-fg);border-color:var(--cell-border);transform:rotateX(0)}}.whistledle-module__Q0sOAG__whistledle__cell--bounce{animation:.6s cubic-bezier(.34,1.56,.64,1) whistledle-module__Q0sOAG__whistledle-bounce}@keyframes whistledle-module__Q0sOAG__whistledle-bounce{0%,to{transform:translateY(0)}40%{transform:translateY(-12px)}70%{transform:translateY(-4px)}}@keyframes whistledle-module__Q0sOAG__whistledle-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.whistledle-module__Q0sOAG__whistledle__hint-button{border:1px solid var(--accent);color:var(--accent);font-family:var(--font-display);cursor:pointer;background:0 0;border-radius:9999px;padding:.5rem 1.25rem;font-size:.95rem;font-style:italic;transition:background-color .18s,color .18s,transform .18s;animation:.32s both whistledle-module__Q0sOAG__whistledle-fade}.whistledle-module__Q0sOAG__whistledle__hint-button:hover{background:var(--accent);color:var(--bg);transform:translateY(-1px)}.whistledle-module__Q0sOAG__whistledle__hint-popover-wrapper{justify-content:center;animation:.32s both whistledle-module__Q0sOAG__whistledle-fade;display:inline-flex;position:relative}.whistledle-module__Q0sOAG__whistledle__hint-pill{border:1px solid var(--accent);color:var(--accent);font-family:var(--font-display);letter-spacing:.02em;cursor:pointer;background:0 0;border-radius:9999px;align-items:center;gap:.4rem;padding:.3rem .85rem .3rem .4rem;font-size:.85rem;font-style:italic;transition:background-color .18s,color .18s;display:inline-flex}.whistledle-module__Q0sOAG__whistledle__hint-pill:hover{background:var(--accent);color:var(--bg)}.whistledle-module__Q0sOAG__whistledle__hint-pill-icon{width:1.1rem;height:1.1rem;font-family:var(--font-display);border:1px solid;border-radius:9999px;justify-content:center;align-items:center;font-size:.75rem;font-style:italic;line-height:1;display:inline-flex}.whistledle-module__Q0sOAG__whistledle__hint-pill-label{font-style:italic}.whistledle-module__Q0sOAG__whistledle__hint-popover{z-index:5;border:1px solid var(--accent);background:var(--surface);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.4rem;width:max-content;max-width:min(26rem,100vw - 2.5rem);padding:.85rem 1.25rem 1rem;animation:.2s both whistledle-module__Q0sOAG__whistledle-popover-fade;display:flex;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000001f}@keyframes whistledle-module__Q0sOAG__whistledle-popover-fade{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.whistledle-module__Q0sOAG__whistledle__hint-popover:after{content:"";background:var(--surface);border-right:1px solid var(--accent);border-bottom:1px solid var(--accent);width:10px;height:10px;margin-top:-6px;position:absolute;top:100%;left:50%;transform:translate(-50%)rotate(45deg)}.whistledle-module__Q0sOAG__whistledle__hint-kicker{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-size:10px;font-weight:500}.whistledle-module__Q0sOAG__whistledle__hint-text{font-family:var(--font-display);color:var(--fg);margin:0;font-size:1rem;font-style:italic;line-height:1.5}.whistledle-module__Q0sOAG__whistledle__outcome{border-bottom:1px solid var(--line);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding-bottom:1rem;display:flex}.whistledle-module__Q0sOAG__whistledle__outcome-headline{font-family:var(--font-display);color:var(--accent);margin:0;font-size:1.6rem;font-style:italic}.whistledle-module__Q0sOAG__whistledle__outcome-target{color:var(--muted);margin:0;font-size:.9rem}.whistledle-module__Q0sOAG__whistledle__outcome-word{font-family:var(--font-display);color:var(--fg);letter-spacing:.04em;font-style:italic}.whistledle-module__Q0sOAG__whistledle__keyboard{flex-direction:column;gap:.4rem;width:100%;max-width:32rem;display:flex}.whistledle-module__Q0sOAG__whistledle__keyboard-row{justify-content:center;gap:.3rem;display:flex}.whistledle-module__Q0sOAG__whistledle__key{border:1px solid var(--line);background:var(--surface);min-width:0;height:3rem;color:var(--fg);font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border-radius:6px;flex:1;padding:0 .25rem;font-size:.9rem;font-weight:500;transition:background-color .2s,border-color .2s,color .2s}@media (min-width:480px){.whistledle-module__Q0sOAG__whistledle__key{height:3.25rem;font-size:1rem}}.whistledle-module__Q0sOAG__whistledle__key:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.whistledle-module__Q0sOAG__whistledle__key:disabled{cursor:default}.whistledle-module__Q0sOAG__whistledle__key--action{letter-spacing:0;flex:1.5;font-size:1.1rem}.whistledle-module__Q0sOAG__whistledle__key--correct{background:var(--whistledle-correct);border-color:var(--whistledle-correct);color:var(--whistledle-correct-fg)}.whistledle-module__Q0sOAG__whistledle__key--present{background:var(--whistledle-present);border-color:var(--whistledle-present);color:var(--whistledle-present-fg)}.whistledle-module__Q0sOAG__whistledle__key--absent{background:var(--whistledle-absent);border-color:var(--whistledle-absent-border);color:var(--whistledle-absent-fg)}.whistledle-module__Q0sOAG__whistledle__stats-modal{flex-direction:column;gap:1.25rem;display:flex}.whistledle-module__Q0sOAG__whistledle__distribution-title{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0;font-size:11px;font-weight:500}.whistledle-module__Q0sOAG__whistledle__distribution-empty{color:var(--muted);margin:0;font-style:italic}.whistledle-module__Q0sOAG__whistledle__distribution{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.whistledle-module__Q0sOAG__whistledle__distribution-row{align-items:center;gap:.6rem;display:flex}.whistledle-module__Q0sOAG__whistledle__distribution-index{width:1rem;font-family:var(--font-display);font-variant-numeric:tabular-nums;text-align:center;color:var(--muted)}.whistledle-module__Q0sOAG__whistledle__distribution-track{flex:1}.whistledle-module__Q0sOAG__whistledle__distribution-bar{background:var(--accent);min-width:1.4rem;height:1.4rem;color:var(--bg);border-radius:2px;justify-content:flex-end;align-items:center;padding:0 .5rem;transition:width .24s;display:flex}.whistledle-module__Q0sOAG__whistledle__distribution-count{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:.85rem}.whistledle-module__Q0sOAG__whistledle__rules{flex-direction:column;gap:1rem;display:flex}.whistledle-module__Q0sOAG__whistledle__rules-lead{font-family:var(--font-display);margin:0;font-size:1.1rem}.whistledle-module__Q0sOAG__whistledle__rules-bullets{color:var(--muted);flex-direction:column;gap:.35rem;margin:0;padding-left:1.1rem;font-size:.92rem;line-height:1.5;display:flex}.whistledle-module__Q0sOAG__whistledle__rules-section{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:.5rem 0 0;font-size:11px;font-weight:500}.whistledle-module__Q0sOAG__whistledle__rules-paragraph{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.whistledle-module__Q0sOAG__whistledle__rules-examples{flex-direction:column;gap:.85rem;display:flex}.whistledle-module__Q0sOAG__whistledle__rules-example{flex-direction:column;gap:.4rem;display:flex}.whistledle-module__Q0sOAG__whistledle__rules-row{gap:.3rem;display:flex}.whistledle-module__Q0sOAG__whistledle__cell--demo{width:2.1rem;height:2.1rem;font-size:1rem}.whistledle-module__Q0sOAG__whistledle__rules-legend{color:var(--muted);margin:0;font-size:.88rem;line-height:1.45}.whistledle-module__Q0sOAG__whistledle__rules-legend strong{color:var(--fg)}.whistledle-module__Q0sOAG__whistledle__rules-footnote{border-top:1px solid var(--line);color:var(--muted);margin:.25rem 0 0;padding-top:.75rem;font-size:.85rem;font-style:italic}.whistledle-module__Q0sOAG__whistledle__settings{flex-direction:column;gap:1.25rem;display:flex}.whistledle-module__Q0sOAG__whistledle__setting{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}@media (min-width:440px){.whistledle-module__Q0sOAG__whistledle__setting{flex-wrap:nowrap;align-items:center;gap:1rem}}.whistledle-module__Q0sOAG__whistledle__setting-text{flex-direction:column;flex:1;gap:.15rem;display:flex}.whistledle-module__Q0sOAG__whistledle__setting-label{font-family:var(--font-body);margin:0;font-size:.95rem;font-weight:500}.whistledle-module__Q0sOAG__whistledle__setting-hint{color:var(--muted);margin:0;font-size:.8rem;line-height:1.4}.whistledle-module__Q0sOAG__whistledle__segmented{border:1px solid var(--line);background:var(--bg);border-radius:9999px;padding:2px;display:inline-flex}.whistledle-module__Q0sOAG__whistledle__segmented-button{color:var(--muted);font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.35rem .7rem;font-size:10px;font-weight:500;transition:background-color .15s,color .15s}.whistledle-module__Q0sOAG__whistledle__segmented-button:hover{color:var(--fg)}.whistledle-module__Q0sOAG__whistledle__segmented-button--active{background:var(--fg);color:var(--bg)}.whistledle-module__Q0sOAG__whistledle__segmented-button--active:hover{color:var(--bg)}.whistledle-module__Q0sOAG__whistledle__toggle{border:1px solid var(--line);background:var(--bg);cursor:pointer;border-radius:9999px;width:2.4rem;height:1.4rem;padding:0;transition:background-color .18s,border-color .18s;position:relative}.whistledle-module__Q0sOAG__whistledle__toggle--on{background:var(--fg);border-color:var(--fg)}.whistledle-module__Q0sOAG__whistledle__toggle-knob{background:var(--surface);border-radius:9999px;width:1rem;height:1rem;transition:left .18s,background-color .18s;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.whistledle-module__Q0sOAG__whistledle__toggle--on .whistledle-module__Q0sOAG__whistledle__toggle-knob{background:var(--bg);left:calc(100% - 1rem - 2px)}
