.word-explorer{--we-green: #2f6f52;--we-green-dark: #24563f;--we-green-soft: #e9f3ec;--we-green-pale: #f5faf6;--we-yellow-soft: #faf7cf;--we-ink: #243129;--we-muted: #5d685f;--we-line: #cad8ce;min-height:0;padding:0 14px 22px;color:var(--we-ink);overflow:hidden}.word-explorer [hidden]{display:none!important}.word-explorer-intro{height:auto;min-width:0;width:calc(100% + 28px);margin:0 -14px;padding:22px 16px 18px;background:linear-gradient(145deg,#dcefdc,#f8fbef);border-bottom:1px solid var(--we-line)}.word-explorer-intro h1{margin:2px 0 8px;color:#173e2b;font-size:clamp(1.8rem,6vw,2.45rem);letter-spacing:-.025em}.word-explorer-kicker{margin:0;color:var(--we-green);font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.word-explorer-lead{max-width:650px;margin:0;font-size:1.08rem}.word-explorer-start{margin-top:18px;padding-bottom:18px;border-bottom:1px solid var(--we-line)}.word-explorer-start>label{display:block;margin-bottom:7px;font-size:1.05rem;font-weight:700}.word-explorer-start-control{position:relative;width:100%;max-width:100%;min-height:48px;overflow:hidden;border:1px solid #8d9a91;border-radius:9px;background:#fff}.word-explorer-start-control:focus-within{border-color:var(--we-green-dark);box-shadow:0 0 0 3px #2f6f5238}.word-explorer-start-control.is-invalid{border-color:#a53a36;box-shadow:0 0 0 3px #a53a362e}.word-explorer-start-control input{box-sizing:border-box;width:100%;max-width:100%;min-height:46px;padding:8px 139px 8px 11px;border:0;border-radius:8px;background:transparent;font:700 1.15rem/1 var(--font);letter-spacing:.08em;text-transform:uppercase}.word-explorer-start-control input:focus{outline:0;box-shadow:none}.word-explorer button{min-height:42px;border:1px solid #8d9a91;border-radius:8px;background:#fff;font:600 .95rem/1.15 var(--font);cursor:pointer;touch-action:manipulation}.word-explorer button:hover{border-color:var(--we-green)}.word-explorer button:disabled{cursor:default;opacity:.45}.word-explorer .word-explorer-primary-action{position:absolute;top:3px;right:3px;bottom:3px;min-width:92px;min-height:40px;padding:0 15px;border-color:var(--we-green-dark);background:var(--we-green);color:#fff}.word-explorer .word-explorer-clear-input{position:absolute;top:3px;right:98px;bottom:3px;width:38px;min-height:40px;padding:0;border:0;border-radius:5px;background:transparent;color:var(--we-muted);font-size:1.65rem;font-weight:400;line-height:1}.word-explorer .word-explorer-clear-input:hover{background:var(--we-green-pale);color:var(--we-green-dark)}.word-explorer-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.word-explorer-hint,.word-explorer-tile-help{margin:7px 0 0;color:var(--we-muted);font-size:.88rem}.word-explorer-examples{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:32px;margin-top:11px;color:var(--we-muted);font-size:.88rem}.word-explorer-examples button{min-height:32px;padding:4px 9px;border-color:var(--we-line);border-radius:999px;background:var(--we-green-pale);color:var(--we-green-dark);font-size:.79rem;letter-spacing:.05em}.word-explorer-input-error{position:absolute;z-index:2;inset:5px 139px 5px 7px;display:flex;align-items:center;margin:0;padding:0 8px;box-sizing:border-box;overflow:hidden;border-radius:5px;background:#fff1f0;color:#762723;font-size:clamp(.76rem,3.4vw,.88rem);font-weight:600;line-height:1;white-space:nowrap;pointer-events:none}.word-explorer-workspace{padding-top:18px}.word-explorer-active{min-height:79px;text-align:center}.word-explorer-active-label{margin:0;color:var(--we-muted);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.word-explorer-active-word{margin:2px 0 3px;color:var(--we-green-dark);font-size:1.55rem;letter-spacing:.08em}.word-explorer-active-definition{max-width:610px;min-height:2.7em;margin:0 auto;color:var(--we-muted);font-size:.96rem;line-height:1.35}.word-explorer-active-state{display:flex;align-items:center;justify-content:center;gap:6px;min-height:22px;margin:3px 0 0;color:var(--we-muted);font-size:.8rem;line-height:1}.word-explorer-active-state.is-checking:before{width:11px;height:11px;box-sizing:border-box;border:2px solid var(--we-line);border-top-color:var(--we-green);border-radius:50%;content:"";animation:word-explorer-spin .8s linear infinite}.word-explorer-active-state.is-playable{color:var(--we-green-dark);font-weight:700}.word-explorer-active-state.is-playable:before{display:inline-grid;width:17px;height:17px;place-items:center;border-radius:50%;background:var(--we-green-soft);content:"\2713";font-size:.72rem}@keyframes word-explorer-spin{to{transform:rotate(360deg)}}.word-explorer-tiles{display:flex;flex-wrap:nowrap;justify-content:center;gap:clamp(3px,1.2vw,7px);min-height:54px;margin:8px auto 0}.word-explorer-tile{width:clamp(25px,8.7vw,48px);min-width:0;min-height:0;aspect-ratio:1;padding:0;border:1px solid #839286;border-radius:7px;box-shadow:0 2px #aab6ad;background:linear-gradient(#fff,#f0f2ef);font-size:clamp(1rem,4.8vw,1.45rem);font-weight:600}.word-explorer-tile[aria-pressed=true]{border-color:var(--we-green-dark);box-shadow:0 0 0 3px #2f6f5238,0 2px #839286;background:var(--we-green-soft);transform:translateY(-2px)}.word-explorer-tile-help{text-align:center}.word-explorer-tile-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:13px}.word-explorer-tile-actions button,.word-explorer-footer-actions button{padding:8px 12px;background:var(--we-green-pale)}.word-explorer-tile-actions .word-explorer-move-action{width:44px;min-height:42px;padding:5px;font-size:1.25rem;line-height:1}.word-explorer-alphabet{max-width:510px;margin:14px auto 0;padding:11px;border:1px solid var(--we-line);border-radius:10px;background:var(--we-green-pale)}.word-explorer-alphabet-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.word-explorer-alphabet-heading h3{margin:0;font-size:1rem}.word-explorer-alphabet-heading button{min-height:32px;padding:4px 9px;background:transparent}.word-explorer-alphabet-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.word-explorer-alphabet-grid button{min-height:37px;padding:0;font-size:.9rem}.word-explorer-status{min-height:24px;margin-top:12px;color:var(--we-muted);font-size:.9rem;text-align:center}.word-explorer-failure{margin:4px 0 12px;padding:12px;border:1px solid #d6b6b3;border-radius:9px;background:#fff5f4;text-align:center}.word-explorer-failure p{margin:0 0 9px;font-size:.96rem}.word-explorer-failure button{padding:7px 12px}.word-explorer-suggestions{display:grid;gap:13px;min-height:100vh;min-height:100svh;align-content:start}.word-explorer-group{padding:14px 12px;border:1px solid var(--we-line);border-radius:11px;background:#fff}.word-explorer-group-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:9px}.word-explorer-group-heading h2{margin:0;font-size:1.06rem}.word-explorer-count{flex:0 0 auto;color:var(--we-muted);font-size:.82rem}.word-explorer-group-insight{margin:-2px 0 10px;color:var(--we-green-dark);font-size:.87rem}.word-explorer-result-list{display:grid;gap:7px}.word-explorer-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 9px;width:100%;min-height:52px;padding:8px 10px;text-align:left}.word-explorer-result-word{color:var(--we-green-dark);font-size:1rem;font-weight:700;letter-spacing:.035em}.word-explorer-change{align-self:center;color:var(--we-muted);font-size:.77rem;font-weight:600}.word-explorer-result-definition{grid-column:1 / -1;color:var(--we-muted);font-size:.82rem;font-weight:400;line-height:1.3}.word-explorer-dictionary-label{display:inline-block;margin-left:6px;padding:2px 5px;border-radius:999px;background:var(--we-yellow-soft);color:#5d5829;font-size:.67rem;font-weight:700;letter-spacing:normal;vertical-align:2px}.word-explorer-empty{margin:0;color:var(--we-muted);font-size:.9rem}.word-explorer-show-all{width:100%;margin-top:9px;padding:7px 10px;border-color:transparent;background:transparent;color:var(--we-green-dark);text-decoration:underline;text-underline-offset:3px}.word-explorer-all-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid var(--we-line)}.word-explorer-all-list button{min-height:34px;padding:5px 8px;border-color:var(--we-line);font-size:.79rem}.word-explorer-compact-dictionary-label{margin-left:5px;color:#6b6427;font-size:.64rem;font-weight:700;vertical-align:1px}.word-explorer-suggestions.is-loading{opacity:.55}.word-explorer-footer-actions{display:flex;justify-content:space-between;gap:10px;margin-top:15px;padding-top:14px;border-top:1px solid var(--we-line)}.word-explorer-trail{margin-top:15px;padding:12px;border-radius:10px;background:var(--we-green-pale)}.word-explorer-trail h2{margin:0 0 8px;font-size:.95rem}.word-explorer-trail ol{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.word-explorer-trail li:not(:last-child):after{margin-left:6px;color:var(--we-muted);content:"\2192"}.word-explorer-trail button{min-height:32px;padding:4px 8px;border-color:var(--we-line);background:#fff;font-size:.78rem}.word-explorer-noscript{margin:16px 0 0;padding:11px;border-left:3px solid #8a6a22;background:var(--we-yellow-soft);font-size:.95rem}.word-explorer-about h2{margin-top:12px}.word-explorer-about h3{margin-bottom:5px}.word-explorer-about h3+p{margin-top:0}@media(min-width:650px){.word-explorer{padding-right:20px;padding-left:20px}.word-explorer-intro{width:calc(100% + 40px);margin-right:-20px;margin-left:-20px;padding-right:24px;padding-left:24px}.word-explorer-start{max-width:630px;margin-right:auto;margin-left:auto}.word-explorer-suggestions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.word-explorer *,.word-explorer *:before,.word-explorer *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
